From 44cbe94676232547a6d03080b4f13f0a6c054a7d Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Sun, 10 Mar 2024 14:05:23 -0400 Subject: [PATCH] disable ssh key checking --- .github/workflows/build-and-test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index e4ba5d1..834c61e 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -190,10 +190,6 @@ jobs: poweroff user --name=core --groups=wheel --password=foobar %include /usr/share/anaconda/interactive-defaults.ks - %post - systemctl disable firewalld - systemctl enable sshd - %end EOF xorriso -dialog on << EOF -indev deploy.iso @@ -251,6 +247,7 @@ jobs: ansible_port: ${VM_PORT} ansible_user: ${VM_USER} ansible_password: ${VM_PASS} + ansible_ssh_common_args='-o StrictHostKeyChecking=no' EOF make test-vm