Skip to content

Commit 0b7131f

Browse files
committed
Add update tasks for movement of config files to new locations
This will ensure that we don't have issues during update Signed-off-by: rabi <[email protected]>
1 parent c06fbf5 commit 0b7131f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

roles/edpm_nova/tasks/update.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,11 @@
6262
path: "{{ edpm_nova_nvme_cleaner_config_dest }}"
6363
state: directory
6464
setype: "container_file_t"
65+
<<<<<<< HEAD
6566
owner: "{{ ansible_user | default(ansible_user_id) }}"
6667
group: "{{ ansible_user | default(ansible_user_id) }}"
68+
=======
69+
>>>>>>> 38a8de9 (Add update tasks for movement of config files to new locations)
6770
mode: "0755"
6871

6972
- name: Check if old nvme_cleaner config directory exists

0 commit comments

Comments
 (0)