Skip to content

Commit

Permalink
test: fix for Fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjelinek committed Oct 11, 2023
1 parent 5c9a376 commit 8127e08
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tests/tests_cib_properties_one_set.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@
__test_pcs_property_config.stdout_lines | map('trim') | list }}"
when:
- >
not((ansible_facts['distribution'] in ['RedHat', 'CentOS'])
and
ansible_facts['distribution_major_version'] == '9'
not((__test_pcs_version is version('0.11', '>='))
and
('pcmk.properties.cluster.config.output-formats'
in __test_pcs_capabilities))
Expand All @@ -67,9 +65,7 @@
__test_pcs_property_config.stdout_lines | map('trim') | list }}"
when:
- >
(ansible_facts['distribution'] in ['RedHat', 'CentOS'])
and
ansible_facts['distribution_major_version'] == '9'
(__test_pcs_version is version('0.11', '>='))
and
('pcmk.properties.cluster.config.output-formats'
in __test_pcs_capabilities)
Expand Down

0 comments on commit 8127e08

Please sign in to comment.