Skip to content

Commit

Permalink
Merge pull request #98 from cloud-pi-native/fix/uninstall
Browse files Browse the repository at this point in the history
fix: 🐛 Correctif playbook de désinstallation.
  • Loading branch information
cedric-montagne authored Nov 21, 2023
2 parents 068a7d6 + 0554fe7 commit 4a11f67
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 4a11f67

Please sign in to comment.