Fix tags.
This commit is contained in:
parent
6eeab6632d
commit
1399af239c
@ -45,6 +45,7 @@
|
||||
|
||||
- name: Include secrets from yml db
|
||||
ansible.builtin.include_vars: "{{ local_workdir }}/secrets.yml"
|
||||
tags: common
|
||||
|
||||
- name: Register variable DUPLICITY_PASSPHRASE
|
||||
command: "cat {{ remote_workdir }}/duplicity_passphrase"
|
||||
@ -76,6 +77,8 @@
|
||||
- name: Include role_deploy_nextcloud
|
||||
ansible.builtin.include_role:
|
||||
name: role_deploy_nextcloud
|
||||
apply:
|
||||
tags: deploy_nextcloud
|
||||
tags: deploy_nextcloud
|
||||
|
||||
- name: delete OVH instance
|
||||
|
Loading…
Reference in New Issue
Block a user