diff options
author | binary <me@rgoncalves.se> | 2020-12-02 18:38:02 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-12-02 18:38:02 +0100 |
commit | 0755e02092c920080ed04738fbe170d98f523ccc (patch) | |
tree | c02a69a81aa2147386c93d21c897f968aba662c3 /playbooks | |
parent | 75aa549ff0b4acff23df077313bbaf46842650ab (diff) | |
download | infrastructure-0755e02092c920080ed04738fbe170d98f523ccc.tar.gz |
Remove git setup to all hosts, to be refactored outside
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/all-hosts-basic.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/playbooks/all-hosts-basic.yml b/playbooks/all-hosts-basic.yml index ba80f2c..2aeef8f 100644 --- a/playbooks/all-hosts-basic.yml +++ b/playbooks/all-hosts-basic.yml @@ -15,4 +15,3 @@ - { role: tools } - { role: sshd } - { role: users } - - { role: git } |