Skip to content

Commit c3b5055

Browse files
committed
Reverting freeapi version and attempting to downgrade vagrant/packer
1 parent d5593cd commit c3b5055

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
wget -O- https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg
141141
echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
142142
sudo apt-get update -y
143-
sudo apt-get install -y packer vagrant
143+
sudo apt-get install -y packer=1.11.2 vagrant=2.4.3
144144
if: always()
145145

146146
- name: Setup vagrant plugin and binfmt

requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ roles:
1313

1414
collections:
1515
- name: freeipa.ansible_freeipa
16-
version: "1.14.5"
16+
version: "1.13.2"

0 commit comments

Comments
 (0)