Skip to content

Commit

Permalink
ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Muransky committed May 4, 2023
1 parent a5cf3eb commit c728545
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
python-version: '3.x'

- name: Install test dependencies
run: pip3 install ansible-core ansible-lint docker molecule molecule-plugins
run: pip3 install ansible ansible-lint docker molecule molecule-plugins

- name: Run Molecule tests
run: molecule test
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
python-version: '3.x'

- name: Install test dependencies
run: pip3 install ansible-core ansible-lint docker molecule molecule-plugins
run: pip3 install ansible ansible-lint docker molecule molecule-plugins

- name: Run Molecule tests
run: molecule test
Expand Down
2 changes: 1 addition & 1 deletion molecule/cluster/dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
ansible_python_interpreter: python3
tasks:
- name: "Create docker network"
docker_network:
community.docker.docker_network:
name: "rke2net"
ipam_config:
- subnet: "192.168.123.0/24"
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
ansible_python_interpreter: python3
tasks:
- name: "Create docker network"
docker_network:
community.docker.docker_network:
name: "rke2net"
ipam_config:
- subnet: "192.168.123.0/24"
Expand Down
2 changes: 1 addition & 1 deletion molecule/ha_cluster/dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
ansible_python_interpreter: python3
tasks:
- name: "Create docker network"
docker_network:
community.docker.docker_network:
name: "rke2net"
ipam_config:
- subnet: "192.168.123.0/24"
Expand Down

0 comments on commit c728545

Please sign in to comment.