Skip to content

Commit

Permalink
fix(post): Fix liquid formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
timothystewart6 committed Jan 22, 2024
1 parent b9d94f3 commit 0ae666d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ platforms:

provisioner:
name: ansible
env:
ANSIBLE_VERBOSITY: 3
playbooks:
converge: ../resources/converge.yml
side_effect: ../resources/reset.yml
Expand Down
2 changes: 2 additions & 0 deletions molecule/ipv6/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions molecule/single_node/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ae666d

Please sign in to comment.