Skip to content
Extraits de code Groupes Projets
Valider 3ba48f6f rédigé par Théo - Le Filament's avatar Théo - Le Filament
Parcourir les fichiers

fix: apply tags to included tasks

parent d7a386b0
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
include_tasks: include_tasks:
file: instance.yml file: instance.yml
apply: apply:
tags: odoo_backup tags: backup_odoo
with_dict: "{{ odoo_instances }}" with_dict: "{{ odoo_instances }}"
loop_control: loop_control:
label: "{{ item.key }}" label: "{{ item.key }}"
...@@ -26,7 +26,10 @@ ...@@ -26,7 +26,10 @@
when: not (item.value.prod_instance | default(false) == item.key) and (odoo_instance is undefined or item.key == odoo_instance) when: not (item.value.prod_instance | default(false) == item.key) and (odoo_instance is undefined or item.key == odoo_instance)
- name: prod instance setup - name: prod instance setup
include_tasks: instance.yml include_tasks:
file: instance.yml
apply:
tags: backup_odoo
with_dict: "{{ odoo_instances }}" with_dict: "{{ odoo_instances }}"
loop_control: loop_control:
label: "{{ item.key }}" label: "{{ item.key }}"
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter