Skip to content
Snippets Groups Projects
Unverified Commit aa0da221 authored by Rong Zhang's avatar Rong Zhang Committed by GitHub
Browse files

Merge pull request #2880 from hfinucane/rh7-paths

Fix #2261 by supporting Red Hat's limited PATH
parents f1403493 3ad9e9c5
No related branches found
No related tags found
No related merge requests found
...@@ -70,6 +70,8 @@ ...@@ -70,6 +70,8 @@
- name: Verify if br_netfilter module exists - name: Verify if br_netfilter module exists
shell: "modinfo br_netfilter" shell: "modinfo br_netfilter"
environment:
PATH: "{{ ansible_env.PATH}}:/sbin" # Make sure we can workaround RH's conservative path management
register: modinfo_br_netfilter register: modinfo_br_netfilter
failed_when: modinfo_br_netfilter.rc not in [0, 1] failed_when: modinfo_br_netfilter.rc not in [0, 1]
changed_when: false changed_when: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment