Merge branch 'master' into dev

This commit is contained in:
jonaswinkler
2021-01-19 16:55:18 +01:00
13 changed files with 277 additions and 94 deletions

View File

@@ -26,10 +26,15 @@ jobs:
docker --version
molecule --version
python --version
- name: Test with molecule
- name: Test fresh installation with molecule
run: |
cd ansible
molecule test
molecule test -s fresh
working-directory: "${{ github.repository }}"
- name: Test release update with molecule
run: |
cd ansible
molecule test -s update
working-directory: "${{ github.repository }}"
# # https://galaxy.ansible.com/docs/contributing/importing.html
# release: