Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - name: Download 'ansible.cfg' as it is not present when Ansible is installed via pip
- # References:
- # http://docs.ansible.com/ansible/latest/installation_guide/intro_configuration.html
- # https://github.com/ansible/ansible/issues/18512
- get_url:
- url: https://raw.githubusercontent.com/ansible/ansible/devel/examples/ansible.cfg
- dest: "{{ ansible_cfg_location }}ansible.cfg"
Advertisement
Add Comment
Please, Sign In to add comment