Fix tags.

This commit is contained in:
yohan 2024-03-22 23:08:40 +01:00
parent d2c87fd6dc
commit b619c94acc

View File

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