fix(post): Fix liquid formatting

This commit is contained in:
Timothy Stewart
2024-01-21 22:04:09 -06:00
parent b9d94f3675
commit 0ae666dfe5
4 changed files with 9 additions and 0 deletions

View File

@@ -57,6 +57,9 @@ jobs:
* fdad:bad:ba55::/64
EOF
- name: Add Vagrant Boxes
run: ./.github/download-boxes.sh
- name: Install dependencies
run: |
echo "::group::Upgrade pip"

View File

@@ -72,6 +72,8 @@ platforms:
provisioner:
name: ansible
env:
ANSIBLE_VERBOSITY: 3
playbooks:
converge: ../resources/converge.yml
side_effect: ../resources/reset.yml

View File

@@ -53,6 +53,8 @@ platforms:
ssh.password: "vagrant"
provisioner:
name: ansible
env:
ANSIBLE_VERBOSITY: 3
playbooks:
converge: ../resources/converge.yml
side_effect: ../resources/reset.yml

View File

@@ -21,6 +21,8 @@ platforms:
ip: 192.168.30.50
provisioner:
name: ansible
env:
ANSIBLE_VERBOSITY: 3
playbooks:
converge: ../resources/converge.yml
side_effect: ../resources/reset.yml