Actions
Bug #32028
closed[smart_proxy_ansible] Regression in db53b1b: looking for role variables in nonexistent directories
Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Difficulty:
Triaged:
No
Description
What I tried: having
[defaults] roles_path = roles:$VIRTUAL_ENV/usr/local/share/kubespray/roles:$VIRTUAL_ENV/usr/local/share/ansible/roles:/usr/share/kubespray/roles
in /etc/ansible/ansible.cfg
(only the last one of these directories existing), I tried
curl http://smartproxy:8000/ansible/roles/reset/variables
What I expected:
{"reset":{"flush_iptables":true,"reset_restart_network":true}}
What I got instead:
{"reset":{}}
Actions