Actions
Bug #32810
closedwrong ansible.yml.example file
Difficulty:
Triaged:
No
Description
in the current ansible.yml.example file there is this settings:
---
:enabled: true
:ansible_working_dir: '~/.foreman-ansible'
should be:
---
:enabled: true
:working_dir: '~/.foreman-ansible'
Updated by The Foreman Bot almost 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/smart_proxy_ansible/pull/39 added
Updated by The Foreman Bot almost 4 years ago
- Fixed in Releases smart_proxy_ansible 3.2.0 added
Updated by yifat makias almost 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset smart_proxy_ansible|aa3679617d1dcd9c388c8afabfe8d529129f5e7f.
Actions