mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
lookup templated value of a var (#32772)
* lookup templated value of a var * better dupe loop detection * corrected invalid test loops
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
dnf:
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
items:
|
||||
loop:
|
||||
- dnf-plugins-core
|
||||
|
||||
- name: Add repository
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
yum:
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
items:
|
||||
loop:
|
||||
- yum-utils
|
||||
- device-mapper-persistent-data
|
||||
- lvm2
|
||||
|
||||
Reference in New Issue
Block a user