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