Merge "Create sub_nodes file before trying to modify it"

This commit is contained in:
Zuul 2017-10-09 21:34:54 +00:00 committed by Gerrit Code Review
commit 5ebd12249a

View File

@ -4,7 +4,11 @@
file:
path: /etc/nodepool
state: directory
- name: Create nodepool subnodes file
- name: Create nodepool sub_nodes file
copy:
dest: /etc/nodepool/sub_nodes
content: ""
- name: Create nodepool sub_nodes_private file
copy:
dest: /etc/nodepool/sub_nodes_private
content: ""