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

@@ -3,9 +3,7 @@
- name: ntp - install
apt: name=ntp
when: ansible_virtualization_type != 'lxc' or ansible_virtualization_role == 'host'
tags: ['common', 'ntp']
- name: ntp - run and enable
service: name=ntp state=started enabled=yes
when: ansible_virtualization_type != 'lxc' or ansible_virtualization_role == 'host'
tags: ['common', 'ntp']