From 23046a1c1d8663e1d37fbed8b9d430f72143f8db Mon Sep 17 00:00:00 2001 From: fossilfranv Date: Thu, 27 Apr 2023 10:02:34 -0700 Subject: [PATCH] Update 'ansible/hosts.yml' --- ansible/hosts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/hosts.yml b/ansible/hosts.yml index 7a72cd4..8b3d168 100644 --- a/ansible/hosts.yml +++ b/ansible/hosts.yml @@ -10,7 +10,7 @@ all: user: user_this - user_passwd: "{{ ap1_user_passwd }}" + user_passwd: "{{ ap1_user_passwd }}" ##ap1 comes from the host name in .ssh/config ansible_sudo_passwd: "{{ ap1_sudo_passwd }}"