Commit Graph

4 Commits (a080d7f134ff92fecff10ff28062174eb41a9dc8)

Author SHA1 Message Date
Alex Willmer 0af057e365 ci: Convert host group names from kebab-case to snake_case
Ansible 2.* and higher emit warnings about snake case, and it may be causing
tests to get skipped or behave differently.
4 years ago
Alex Willmer 3c58215a91 tests: Tag Ansible tests
This makes it easier to run subsets using ANSIBLE_RUN_TAGS=...
4 years ago
Alex Willmer cfa5888547 tests: Print variables on failure of assert tasks
Fixes #852
4 years ago
David Wilson 2bd0bbd4df issue #555: ansible: workaround ancient reload(sys) hack.
This is the most minimal change for what might be relatively minimal
edge case. Alternative is replacing reload(), but let's not do that yet.

Closes #555
7 years ago