From 51972852dabb8aadb86e2cc617b750a91af4b3f6 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Thu, 14 Mar 2024 17:02:16 -0400 Subject: [PATCH] add become pass --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a182b87..2d4864b 100644 --- a/Makefile +++ b/Makefile @@ -255,6 +255,7 @@ ansible_inventory: echo " ansible_port: ${VM_PORT}" >> ansible_inventory echo " ansible_user: ${VM_USER}" >> ansible_inventory echo " ansible_password: ${VM_PASS}" >> ansible_inventory + echo " ansible_become_pass: ${VM_PASS}" >> ansible_inventory echo " ansible_ssh_common_args: '-o StrictHostKeyChecking=no'" >> ansible_inventory test-vm: ansible_inventory