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