Merge "Correct tags attribute typo"

This commit is contained in:
Jenkins 2016-08-06 14:45:38 +00:00 committed by Gerrit Code Review
commit fbd64ccc66

View File

@ -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