From 31ce2d2614762170c841a2b26e3e28c896381559 Mon Sep 17 00:00:00 2001 From: michael-cr41g <82611274+michael-cr41g@users.noreply.github.com> Date: Mon, 1 Aug 2022 16:23:21 -0600 Subject: [PATCH] fixes inventory name in command this could also be addressed by renaming the file /ansible/inventory.vmware.yml to /ansible/inventory.yml --- .github/workflows/ansible-default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible-default.yml b/.github/workflows/ansible-default.yml index f13936c..6af6588 100644 --- a/.github/workflows/ansible-default.yml +++ b/.github/workflows/ansible-default.yml @@ -57,7 +57,7 @@ jobs: cd ansible mkdir logs - ansible-playbook --inventory=inventory.yml site.yml \ + ansible-playbook --inventory=inventory.vmware.yml site.yml \ --vault-password-file=ansible-vault-password-file.txt \ --user=ansible-deploy \ --private-key=ansible-ssh-private-key \