Skip to content

Commit c73193f

Browse files
authored
Update Ansible collections (#81)
1 parent b9fdbf8 commit c73193f

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.github/workflows/molecule.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ jobs:
4040
if: github.event.pull_request.head.repo.full_name == github.repository
4141
run: ansible-galaxy install -r .github/workflows/requirements/requirements_ansible.yml
4242

43-
- name: Uninstall Ansible community distribution (temporary)
44-
if: github.event.pull_request.head.repo.full_name == github.repository
45-
run: pip3 uninstall -y ansible
46-
4743
- name: Run Molecule tests
4844
if: github.event.pull_request.head.repo.full_name == github.repository
4945
run: molecule test -s ${{ matrix.scenario }}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
collections:
33
- name: community.general
4-
version: 2.3.0
4+
version: 2.5.1
55
- name: ansible.posix
66
version: 1.2.0
77
- name: community.docker
8-
version: 1.4.0
8+
version: 1.5.0

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
ENHANCEMENTS:
66

7-
Update Ansible base to `2.10.8`, Ansible Lint to `5.0.7`, yamllint to `1.26.1` and Docker Python SDK to `5.0.0`.
7+
* Update Ansible base to `2.10.8`, Ansible Lint to `5.0.7`, yamllint to `1.26.1` and Docker Python SDK to `5.0.0`.
8+
* Update the Ansible `community.general` collection to `2.5.1` and `community.docker` collection to `1.5.0`.
89

910
## 0.4.3 (April 6, 2020)
1011

0 commit comments

Comments
 (0)