ansible/test/units
Rick Elrod 9a9272305a
Correct pkg_mgr for Fedora-derived OSTree distros (#73445)
Change:
- Remove check that states that only Fedora can be an OSTree
  distribution.
- This allows us to correctly return "atomic_container" as the pkg_mgr
  fact for RHEL for Edge, Fedora/RHEL/CentOS Atomic Host, etc.

Test Plan:
- Created local RHEL for Edge image and tested against it.
- Tested against regular RHEL 8 and still got `dnf` as expected.
- Tested against RHEL 7 Atomic Host and got `atomic_container` now.
- New unit tests.

Tickets:
- Fixes #73084

Signed-off-by: Rick Elrod <rick@elrod.me>
2021-02-02 15:09:30 -05:00
..
_vendor
ansible_test
cli Replace the inhouse collection dependency resolver with resolvelib 2021-01-27 22:23:22 +01:00
compat
config Provide better decryption errors for single vault values (#72362) 2020-11-18 14:25:32 -06:00
errors Fix YAML error message when error is at the end of the file (#73241) 2021-01-19 10:07:36 -05:00
executor Add implicit role_complete block instead of role._eor (#72208) 2020-12-09 09:53:01 +01:00
galaxy Replace the inhouse collection dependency resolver with resolvelib 2021-01-27 22:23:22 +01:00
inventory
inventory_test_data/group_vars
mock
module_utils Correct pkg_mgr for Fedora-derived OSTree distros (#73445) 2021-02-02 15:09:30 -05:00
modules iptables: Added set module/match_set support (#72984) 2021-01-11 16:32:53 -05:00
parsing vault: Read stdin data as binary on python3 (#52229) 2020-12-09 09:46:32 +01:00
playbook Add implicit role_complete block instead of role._eor (#72208) 2020-12-09 09:53:01 +01:00
plugins use correct executable and options in all cases (#73323) 2021-01-26 20:21:24 -05:00
regex
template
utils saner path dir management (#72648) 2020-12-14 19:30:13 -05:00
vars
__init__.py
requirements.txt
test_constants.py
test_context.py