Skip to content

Commit

Permalink
fix: 🐛 Correctif playbook de désinstallation.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-montagne committed Nov 21, 2023
1 parent 068a7d6 commit 0554fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uninstall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

- name: "Déclaration du fact dsc"
ansible.builtin.set_fact:
dsc: "{{ socle_config.resources[0].spec }}"
dsc: "{{ socle_config.resources[0] }}"
tags:
- always

Expand Down

0 comments on commit 0554fe7

Please sign in to comment.