diff options
Diffstat (limited to 'roles/ands_openshift/tasks/ssh.yml')
-rw-r--r-- | roles/ands_openshift/tasks/ssh.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/roles/ands_openshift/tasks/ssh.yml b/roles/ands_openshift/tasks/ssh.yml index e8cb8d1..97f3926 100644 --- a/roles/ands_openshift/tasks/ssh.yml +++ b/roles/ands_openshift/tasks/ssh.yml @@ -8,8 +8,10 @@ failed_when: false - include_tasks: ssh_keygen.yml - run_once: true - delegate_to: "{{ groups.masters[0] }}" + args: + apply: + run_once: true + delegate_to: "{{ groups.masters[0] }}" when: (result | changed) - name: Read SSH public key |