Fix task name in initial setup

This commit is contained in:
Adam Goldsmith 2022-08-18 00:36:36 -04:00
parent 42d8d48e38
commit f2d6985012

View File

@ -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