openshift_apps / docstranslation: try mode using quotes
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
0b3a2cc4a8
commit
f3bdbf3da5
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
- name: Generate ssh keypair, if none exist
|
||||
openssh_keypair:
|
||||
path: "/etc/openshift_apps/{{ app }}/id_rsa_docs_trans"
|
||||
mode: 0600
|
||||
mode: "600"
|
||||
type: rsa
|
||||
size: 4096
|
||||
register: r_ssh_key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue