Fix unconditional use of become in post-deploy

This must have snuck in after we landed the linked related change.

Related-ID: Ied5ef4e1e3c9346342962d44de26702522b06b86
Related-Bug: #2098887
Change-Id: I9b0d67ba443a680f0eaa4f2ad5bb7137faf396de
This commit is contained in:
Will Szumski
2025-05-14 15:09:33 +01:00
parent 35f75a5c0c
commit 2dd7be7bd1

View File

@@ -55,7 +55,7 @@
mode: 0600
- name: Template out public-openrc-system.sh
become: true
become: "{{ needs_root }}"
template:
src: "roles/common/templates/public-openrc-system.sh.j2"
dest: "{{ node_config }}/public-openrc-system.sh"