Commit 17b7b66f authored by nanahira's avatar nanahira

fix

parent a5ce0cb7
Pipeline #14137 passed with stage
in 10 minutes and 27 seconds
......@@ -38,7 +38,7 @@
when: ansible_os_family == 'RedHat' and ansible_distribution_major_version|int >= 8
- name: redhat configures
include_tasks: redhat_configures.yml
when: ansible_os_family == 'RedHat'
when: ansible_os_family == 'RedHat' and not testing
- name: pip
include_tasks: pip.yml
when: ansible_python.version.major == 3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment