Merge "Correct tags attribute typo"
This commit is contained in:
commit
fbd64ccc66
@ -58,13 +58,13 @@
|
|||||||
|
|
||||||
- include: apt.yml
|
- include: apt.yml
|
||||||
when: ansible_pkg_mgr == 'apt'
|
when: ansible_pkg_mgr == 'apt'
|
||||||
tag:
|
tags:
|
||||||
- apt
|
- apt
|
||||||
- package
|
- package
|
||||||
|
|
||||||
- include: rpm.yml
|
- include: rpm.yml
|
||||||
when: ansible_pkg_mgr == 'yum' or ansible_pkg_mgr == 'dnf'
|
when: ansible_pkg_mgr == 'yum' or ansible_pkg_mgr == 'dnf'
|
||||||
tag:
|
tags:
|
||||||
- package
|
- package
|
||||||
- rpm
|
- rpm
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user