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