Skip to content

Commit

Permalink
TEMP commit
Browse files Browse the repository at this point in the history
Remove dependency on ansible.posix collection.

Explicitly install community.docker collection due to molecule[docker]
bug. See ansible/molecule#3192.
  • Loading branch information
rjeffman committed Oct 5, 2021
1 parent c115c89 commit b4ea033
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion tests/azure/templates/playbook_tests.yml
Expand Up @@ -11,6 +11,7 @@ parameters:
default: centos-8
- name: ansible_version
type: string
default: ''
- name: python_version
type: string
default: 3.6
Expand All @@ -33,7 +34,7 @@ jobs:
"ansible${{ parameters.ansible_version }}"
displayName: Install molecule and Ansible
- script: ansible-galaxy collection install ansible.posix
- script: ansible-galaxy collection install community.docker
displayName: Install Ansible collections

- script: pip install -r requirements-tests.txt
Expand Down
4 changes: 2 additions & 2 deletions tests/azure/templates/pytest_tests.yml
Expand Up @@ -6,7 +6,7 @@ parameters:
type: string
- name: ansible_version
type: string
default: ">=2.9,<2.10"
default: ''
- name: python_version
type: string
default: 3.6
Expand All @@ -26,7 +26,7 @@ jobs:
"ansible${{ parameters.ansible_version }}"
displayName: Install molecule and Ansible
- script: ansible-galaxy collection install ansible.posix
- script: ansible-galaxy collection install community.docker
displayName: Install Ansible collections

- script: pip install -r requirements-tests.txt
Expand Down

0 comments on commit b4ea033

Please sign in to comment.