Skip to content

Commit

Permalink
Merge pull request #716 from jpodivin/OSPCIX-398
Browse files Browse the repository at this point in the history
Elevating permissions for dir creation
  • Loading branch information
openshift-merge-bot[bot] authored Jul 29, 2024
2 parents 25aef28 + 67c61ca commit 9036d95
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 9036d95

Please sign in to comment.