Fix task name in initial setup
This commit is contained in:
parent
42d8d48e38
commit
f2d6985012
@ -2,7 +2,7 @@
|
|||||||
hosts: ipads
|
hosts: ipads
|
||||||
gather_facts: no
|
gather_facts: no
|
||||||
tasks:
|
tasks:
|
||||||
- name: Set ssh to use password auth
|
- name: Get ssh password from password-store
|
||||||
set_fact:
|
set_fact:
|
||||||
ansible_ssh_pass: "{{ lookup('passwordstore', 'servers/cms/mobile@ipads') | d(omit) }}"
|
ansible_ssh_pass: "{{ lookup('passwordstore', 'servers/cms/mobile@ipads') | d(omit) }}"
|
||||||
- name: Get ssh pub key
|
- name: Get ssh pub key
|
||||||
|
Loading…
Reference in New Issue
Block a user