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