Select Git revision
-
nimrod authored
- Add pre-commit check for out-of-date dependencies. - Add flake8 pre-commit check. - List roles needed for testing (bootstraping) at tests/requirements.yml, leave other dependencies at meta/main.yml. - Update molecule.yml, ansible.cfg for newer versions of Molecule. - Update documentation, playbook accordingly.
nimrod authored- Add pre-commit check for out-of-date dependencies. - Add flake8 pre-commit check. - List roles needed for testing (bootstraping) at tests/requirements.yml, leave other dependencies at meta/main.yml. - Update molecule.yml, ansible.cfg for newer versions of Molecule. - Update documentation, playbook accordingly.
main.yml 195 B
---
# tasks file for ansible-role-example
- name: Assertions
assert:
that:
- ansible_os_family in ['OpenBSD', 'Debian']
- ansible_distribution_release in ['6.0', 'xenial']