roles: Remove unreachable "packages" tags
After reörganizing for dynamic includes these tags will never be reached because the children of dynamic includes do not inherit tags from their parents as they did with static imports.
This commit is contained in:
@ -5,9 +5,7 @@
|
||||
loop:
|
||||
- firewalld
|
||||
- tidy
|
||||
tags:
|
||||
- packages
|
||||
- firewall
|
||||
tags: firewall
|
||||
|
||||
- name: Copy firewalld public zone file
|
||||
when: ansible_distribution_major_version is version_compare('8', '>=')
|
||||
|
@ -5,9 +5,7 @@
|
||||
loop:
|
||||
- firewalld
|
||||
- tidy
|
||||
tags:
|
||||
- packages
|
||||
- firewall
|
||||
tags: firewall
|
||||
|
||||
- name: Copy firewalld public zone file
|
||||
when: ansible_distribution_version is version_compare('15.04', '>=')
|
||||
|
@ -15,11 +15,9 @@
|
||||
- name: Uninstall ntp on modern Ubuntu/Debian
|
||||
apt: name=ntp state=absent update_cache=yes
|
||||
when: ansible_service_mgr == 'systemd'
|
||||
tags: packages
|
||||
|
||||
- name: Install ntp on old Ubuntu/Debian
|
||||
apt: name=ntp state=present update_cache=yes
|
||||
when: ansible_service_mgr != 'systemd'
|
||||
tags: packages
|
||||
|
||||
# vim: set ts=2 sw=2:
|
||||
|
Reference in New Issue
Block a user