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'
Actions