Skip to content

Commit

Permalink
Merge pull request #68 from grycap/devel
Browse files Browse the repository at this point in the history
Fix test
  • Loading branch information
micafer authored Jan 11, 2024
2 parents d02077b + 1b0051d commit f53a5a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python-version: '3.x'

- name: Install test dependencies.
run: pip3 install ansible molecule[docker] docker
run: pip3 install ansible molecule-plugins[docker] docker

- name: Run Molecule tests.
run: molecule test
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ docker_version: "latest"
docker_compatible_versions: []
docker_install_criu: true
docker_install_pip: true
docker_compose_version: "2.23.3"
docker_compose_version: "v2.23.2"
docker_config_values: {}
# Nvidia docker options to add in the docker.json file
docker_nvidia_support: false
Expand Down
2 changes: 1 addition & 1 deletion tasks/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

- block:
- name: Include "{{ansible_os_family}}" tasks
include: "{{ansible_os_family}}.yml"
include_tasks: "{{ansible_os_family}}.yml"

- name: Assure that /etc/default/docker exists
copy:
Expand Down

0 comments on commit f53a5a1

Please sign in to comment.