Skip to content

Commit 08c119c

Browse files
committed
allow numerical sort of compute-init playbook
1 parent 984be6e commit 08c119c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/compute_init/tasks/install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
- name: Add compute initialisation playbook
6161
copy:
6262
src: compute-init.yml
63-
dest: /etc/ansible-init/playbooks/1-compute-init.yml
63+
dest: /etc/ansible-init/playbooks/10-compute-init.yml
6464
owner: root
6565
group: root
6666
mode: 0644

0 commit comments

Comments
 (0)