Skip to content

Commit

Permalink
molecule tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tcharl committed Aug 18, 2023
1 parent 641f205 commit ee8e260
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 10 deletions.
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ ansible_containerization_daemon_configuration_file: "{{ ansible_containerization
ansible_containerization_docker_mountpoint: /var/lib/docker
ansible_containerization_firewall_zone: docker
ansible_containerization_docker_network_interface: docker0
docker_compose_vers: v2.18.1
standalone_role: True
docker_compose_vers: v2.20.3
standalone_role: True
2 changes: 0 additions & 2 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ dependency:
name: galaxy
options:
role-file: requirements-standalone.yml
roles-path: ${MOLECULE_PROJECT_DIRECTORY}/../community
requirements-file: requirements-collections.yml
collections-path: ${MOLECULE_PROJECT_DIRECTORY}/../community-collections
driver:
name: vagrant
provider:
Expand Down
2 changes: 0 additions & 2 deletions molecule/kvm/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ dependency:
name: galaxy
options:
role-file: requirements-standalone.yml
roles-path: ${MOLECULE_PROJECT_DIRECTORY}/../community
requirements-file: requirements-collections.yml
collections-path: ${MOLECULE_PROJECT_DIRECTORY}/../community-collections
driver:
name: vagrant
provider:
Expand Down
2 changes: 0 additions & 2 deletions molecule/parallels/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ dependency:
name: galaxy
options:
role-file: requirements-standalone.yml
roles-path: ${MOLECULE_PROJECT_DIRECTORY}/../community
requirements-file: requirements-collections.yml
collections-path: ${MOLECULE_PROJECT_DIRECTORY}/../community-collections
driver:
name: vagrant
provider:
Expand Down
2 changes: 1 addition & 1 deletion requirements-monorepo.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
roles:
# Install a role from Ansible Galaxy.
- name: mrlesmithjr.manage-lvm
- name: mrlesmithjr.manage_lvm
- name: geerlingguy.docker
2 changes: 1 addition & 1 deletion requirements-standalone.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
roles:
# Install a role from Ansible Galaxy.
- name: mrlesmithjr.manage-lvm
- name: mrlesmithjr.manage_lvm
- name: tcharl.ansible_volumes
- name: tcharl.ansible_routing
- name: geerlingguy.docker

0 comments on commit ee8e260

Please sign in to comment.