From f2d6985012e6efb3213fc297d7e1ac03d55dbd32 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Thu, 18 Aug 2022 00:36:36 -0400 Subject: [PATCH] Fix task name in initial setup --- initial-setup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initial-setup.yml b/initial-setup.yml index 5c337c8..339b892 100644 --- a/initial-setup.yml +++ b/initial-setup.yml @@ -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