Commit graph

11 commits

Author SHA1 Message Date
Laurent Indermuehle
3af456107e
Cut the 3 from python command to follow shebang recommendations
https://docs.ansible.com/ansible-core/devel/dev_guide/testing/sanity/shebang.html
2023-03-03 17:08:51 +01:00
Laurent Indermuehle
29fc0f7742
Change shebang from python to python3 to avoid confusion with python2
This script is a python3 script.
2023-03-03 14:26:15 +01:00
Laurent Indermuehle
0cbe258412
Comment unused variable 2023-03-03 14:25:24 +01:00
Laurent Indermuehle
a5c2634c94
Document TODO 2023-01-20 18:19:56 +01:00
Laurent Indermuehle
fbb0290e19
Fix ansible-test unknown option
I copied blindly https://github.com/ansible-collections/community.sops/blob/main/.github/workflows/ansible-test.yml#L195
and forgot what ansible-test was expecting
2023-01-16 09:16:50 +01:00
Laurent Indermuehle
79ea9fe094
Cut forgotten comment 2023-01-13 17:05:57 +01:00
Laurent Indermuehle
db995249cb
Add PoC using custom ansible-test containers 2023-01-13 16:22:57 +01:00
Laurent Indermuehle
a646e76e87
Add running make command for all tests of the matrix 2023-01-09 19:50:57 +01:00
Laurent Indermuehle
e8d7de4a64
Cut Ansible since we can't change what the user have on his computer 2023-01-09 19:50:25 +01:00
Laurent Indermuehle
0494de3f5c
Fix exclusion function 2023-01-09 19:06:41 +01:00
Laurent Indermuehle
7fc8339418
Add python script to recreate the test matrix from github workflow file 2023-01-09 18:58:28 +01:00