diff --git a/roles/edpm_neutron_dhcp/tasks/install.yml b/roles/edpm_neutron_dhcp/tasks/install.yml index 7828df743..3af386b72 100644 --- a/roles/edpm_neutron_dhcp/tasks/install.yml +++ b/roles/edpm_neutron_dhcp/tasks/install.yml @@ -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"