Skip to content

Commit

Permalink
Elevating permissions for dir creation
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Podivin <[email protected]>
  • Loading branch information
jpodivin committed Jul 29, 2024
1 parent 25aef28 commit 67c61ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/edpm_neutron_dhcp/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# under the License.

- name: Create neutron-dhcp-agent directories
become: true
ansible.builtin.file:
path: "{{ item.path }}"
setype: "container_file_t"
Expand Down

0 comments on commit 67c61ca

Please sign in to comment.