I'm using the command:
ansible-galaxy install -r requirements.yml
where requirements.yml
is:
- src: https://github.com/USERNAME/ANSIBLE-ROLE.git
version: master
scm: git
and it creates the directory: /etc/ansible/roles/ANSIBLE-ROLE
How I can keep the SCM files like the .git
directory?