We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fdc4a4 commit 1bd2755Copy full SHA for 1bd2755
.github/workflows/test.yml
@@ -56,6 +56,10 @@ jobs:
56
python-version: '3.12'
57
- name: Setup libvirt for Vagrant
58
uses: voxpupuli/setup-vagrant@v0
59
+ - name: Patch Vagrant not to use ed25519 keys
60
+ if: matrix.security == 'fips'
61
+ run:
62
+ sudo sed -i '/PREFER_KEY_TYPES/ s/"ssh-ed25519".freeze => :ed25519, //' /usr/lib/x86_64-linux-gnu/rubygems-integration/*/gems/vagrant-*/lib/vagrant/util/keypair.rb
63
- name: Install Ansible
64
run: pip install --upgrade ansible-core
65
- name: Setup environment
0 commit comments