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
|
||||
roles:
|
||||
- common
|
||||
- knot
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
- name: Install common packages
|
||||
apt:
|
||||
pkg:
|
||||
- git
|
|
@ -13,6 +13,7 @@
|
|||
group: knot
|
||||
mode: '0644'
|
||||
notify: reload knot
|
||||
when: "inventory_hostname in groups.primary"
|
||||
|
||||
- name:
|
||||
template:
|
||||
|
|
Loading…
Reference in a new issue