Skip to content

Commit 5455eec

Browse files
committed
doc compute_init/export.yml ordering
1 parent c6a6bf3 commit 5455eec

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ansible/extras.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@
3737
- import_role:
3838
name: persist_hostkeys
3939

40-
# TODO: Is this is the right place?
41-
- hosts: compute_init:!builder
40+
41+
- name: Setup NFS export for compute node configuration
42+
hosts: compute_init:!builder
43+
# NB: has to be after eeesi and os-manila-mount
4244
tags: compute_init
4345
become: yes
4446
name: Export hostvars

0 commit comments

Comments
 (0)