Change role tags
This commit is contained in:
parent
f880e43321
commit
033587f9d4
1 changed files with 4 additions and 4 deletions
|
@ -3,11 +3,11 @@
|
|||
- name: install knot
|
||||
import_tasks: install.yml
|
||||
tags:
|
||||
- "role::nameserver:master"
|
||||
- "role::nameserver:master:install"
|
||||
- "role::knot"
|
||||
- "role::knot:install"
|
||||
|
||||
- name: configure knot
|
||||
import_tasks: config.yml
|
||||
tags:
|
||||
- "role::nameserver:master"
|
||||
- "role::nameserver:master:config"
|
||||
- "role::knot"
|
||||
- "role::knot:config"
|
||||
|
|
Loading…
Reference in a new issue