Fix tags.
This commit is contained in:
parent
d2c87fd6dc
commit
b619c94acc
@ -54,11 +54,13 @@
|
||||
command: "cat {{ remote_workdir }}/duplicity_passphrase"
|
||||
register: cat_duplicity_passphrase
|
||||
changed_when: false
|
||||
tags: common
|
||||
|
||||
- name: Set variable DUPLICITY_PASSPHRASE
|
||||
set_fact:
|
||||
"DUPLICITY_PASSPHRASE": "{{ cat_duplicity_passphrase.stdout }}"
|
||||
changed_when: false
|
||||
tags: common
|
||||
|
||||
- name: Include role_configure_ovh_instance
|
||||
ansible.builtin.include_role:
|
||||
|
Loading…
Reference in New Issue
Block a user