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
|
- name: install knot
|
||||||
import_tasks: install.yml
|
import_tasks: install.yml
|
||||||
tags:
|
tags:
|
||||||
- "role::nameserver:master"
|
- "role::knot"
|
||||||
- "role::nameserver:master:install"
|
- "role::knot:install"
|
||||||
|
|
||||||
- name: configure knot
|
- name: configure knot
|
||||||
import_tasks: config.yml
|
import_tasks: config.yml
|
||||||
tags:
|
tags:
|
||||||
- "role::nameserver:master"
|
- "role::knot"
|
||||||
- "role::nameserver:master:config"
|
- "role::knot:config"
|
||||||
|
|
Loading…
Reference in a new issue