Skip to content

Commit a6bda27

Browse files
authored
Rename compute-init playbook to allow numerical sort
Change the numerical prefix of the compute-init playbook, so that it can be lexicographically sorted.
1 parent ac3a31c commit a6bda27

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
@@ -58,7 +58,7 @@
5858
- name: Add compute initialisation playbook
5959
copy:
6060
src: compute-init.yml
61-
dest: /etc/ansible-init/playbooks/1-compute-init.yml
61+
dest: /etc/ansible-init/playbooks/10-compute-init.yml
6262
owner: root
6363
group: root
6464
mode: 0644

0 commit comments

Comments
 (0)