We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c06fbf5 commit 0b7131fCopy full SHA for 0b7131f
roles/edpm_nova/tasks/update.yml
@@ -62,8 +62,11 @@
62
path: "{{ edpm_nova_nvme_cleaner_config_dest }}"
63
state: directory
64
setype: "container_file_t"
65
+<<<<<<< HEAD
66
owner: "{{ ansible_user | default(ansible_user_id) }}"
67
group: "{{ ansible_user | default(ansible_user_id) }}"
68
+=======
69
+>>>>>>> 38a8de9 (Add update tasks for movement of config files to new locations)
70
mode: "0755"
71
72
- name: Check if old nvme_cleaner config directory exists
0 commit comments