Change role tags

This commit is contained in:
s3lph 2021-01-16 02:02:16 +01:00
parent f880e43321
commit 033587f9d4

View file

@ -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"