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
Actions