Guest User

Untitled

a guest
Oct 9th, 2018
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. - name: Download 'ansible.cfg' as it is not present when Ansible is installed via pip
  2. # References:
  3. # http://docs.ansible.com/ansible/latest/installation_guide/intro_configuration.html
  4. # https://github.com/ansible/ansible/issues/18512
  5. get_url:
  6. url: https://raw.githubusercontent.com/ansible/ansible/devel/examples/ansible.cfg
  7. dest: "{{ ansible_cfg_location }}ansible.cfg"
Advertisement
Add Comment
Please, Sign In to add comment