tag cleanups

This commit is contained in:
Farhad Shahbazi
2016-11-24 16:25:58 +01:00
parent c1dc4d959b
commit 3ed4105c79
8 changed files with 9 additions and 27 deletions

View File

@@ -2,15 +2,11 @@
- name: resolvconf - install
apt: name=resolvconf state=present
tags: ['common', 'resolvconf']
- name: resolvconf - tail file
template: dest=/etc/resolvconf/resolv.conf.d/tail src=resolvconf_tail.j2 owner=root group=root mode=0644
when: common_resolvconf_nameservers
notify: restart resolvconf
tags: ['common', 'resolvconf']
- name: resolvconf - start and enable
service: name=resolvconf state=started enabled=yes
tags: ['common', 'resolvconf']