remove unused tasks
This commit is contained in:
parent
fd85d42b13
commit
9665da2dab
3 changed files with 1 additions and 6 deletions
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: all
|
||||||
roles:
|
roles:
|
||||||
- common
|
|
||||||
- knot
|
- knot
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
- name: Install common packages
|
|
||||||
apt:
|
|
||||||
pkg:
|
|
||||||
- git
|
|
|
@ -13,6 +13,7 @@
|
||||||
group: knot
|
group: knot
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
notify: reload knot
|
notify: reload knot
|
||||||
|
when: "inventory_hostname in groups.primary"
|
||||||
|
|
||||||
- name:
|
- name:
|
||||||
template:
|
template:
|
||||||
|
|
Loading…
Reference in a new issue