test: fix fdo mac address test issue
This commit is contained in:
parent
a4ebf53ad8
commit
3c3445c832
2 changed files with 7 additions and 5 deletions
|
|
@ -1028,7 +1028,9 @@
|
|||
- name: failed count + 1
|
||||
set_fact:
|
||||
failed_counter: "{{ failed_counter | int + 1 }}"
|
||||
when: fdo_credential == "true"
|
||||
when:
|
||||
- fdo_credential == "true"
|
||||
- (ansible_facts['distribution_version'] is version('9.4', '>=')) or (ansible_facts['distribution_version'] is version('9', '=='))
|
||||
|
||||
# case: checking firewall customizations
|
||||
- name: Check applied firewall customizations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue