Skip to content

(Important) Typo at ansible Documentation

Typo at git clone command which will interrupt setup. Since the last restructuring of the Ansible Project (https://devops-tools.docs.lakedrops.com/ansible/) there was left a '-' behind where there should be a '/' between 'ansible' and 'playbooks'.

see: git clone git@gitlab.lakedrops.com:ansible-playbooks/general.git /opt/ansible --recurse-submodules ==> git clone git@gitlab.lakedrops.com:ansible/playbooks/general.git /opt/ansible --recurse-submodules

Edited by Nils Traut