Compare commits

..

No commits in common. "2f16e9e832d67123efee2b68a94e98cb1d8cca59" and "51f514b184cca59ac23b709de455e5bc9d16e443" have entirely different histories.

View file

@ -4,14 +4,6 @@
# NOTE: limited EL8 testing/coverage, ansible-core 2.17+ lacks support for Python 3.6
# [managing Python releases considered out of scope]
# Galaxy 'platforms' keyword is reportedly being phased out, dist. support noted in README: now assert
- name: Assert Supported Distribution
ansible.builtin.assert:
that:
- ansible_os_family in ['Debian', 'RedHat'] # + several derivatives
fail_msg: "OS Family '{{ ansible_os_family }}' not supported, expected Debian/RedHat."
success_msg: "Supported OS Family ({{ ansible_os_family }})"
- name: Package Facts
ansible.builtin.package_facts: { manager: auto }