Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 308 Bytes

File metadata and controls

10 lines (8 loc) · 308 Bytes

Adding this as a submodule to an existing repo located at ~/Ansible

cd ~/Ansible git submodule add git@github.com:richard-scott/ansible-profiles.git bin cd bin ./setup.sh

Add to a folder (not a git repo) located in ~/Ansible

cd ~/Ansible git clone git@github.com:richard-scott/ansible-profiles.git bin