Commit 723afed
Jon Wolski
Resolve file path with
I was getting errors with this playbook when executing "include OS
family/distribution specific variables." Even though my
`ansible_os_family` is `RedHat`, `with_first_found` was finding no
results. (I am running Centos 7, but I confirmed the `RedHat` value
in the ansible facts with `ansible all -m setup`.)
When I prepended the `defaults/...` relative path with `{{ role_path
}}`, this playbook ran successfully.{{ role_path }}
1 parent 15d2da0 commit 723afed
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments