install-packages: print changed packages, rename EL package list
This commit is contained in:
parent
f07a44a73c
commit
94087f90d0
2 changed files with 4 additions and 4 deletions
|
@ -2,5 +2,6 @@
|
|||
|
||||
- name: install packages (EPEL/Fedora)
|
||||
package:
|
||||
name: "{{ (COMMON_PKGS + EPEL_PKGS) | difference(ansible_facts.packages) }}"
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
with_items: "{{ (COMMON_PKGS + EL_PKGS) | difference(ansible_facts.packages) }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue