These must be =-separated
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
2a6e8a5e25
commit
48217be324
1 changed files with 2 additions and 3 deletions
|
@ -150,9 +150,8 @@
|
|||
dest: "/etc/sysconfig/docker-storage-setup"
|
||||
|
||||
- name: create cert dir for openshift public facing REST API SSL
|
||||
file:
|
||||
path: "/etc/origin/master/named_certificates"
|
||||
state: "directory"
|
||||
file: path="/etc/origin/master/named_certificates"
|
||||
state="directory"
|
||||
|
||||
- name: Setup requirements for OpenShift master
|
||||
hosts: osbs-masters-stg:osbs-nodes-stg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue