mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-15 09:10:19 +00:00
5 lines
135 B
YAML
5 lines
135 B
YAML
- name: Adding manpage git repo locally
|
|
git:
|
|
repo: 'https://tildegit.org/thunix/documentation.git'
|
|
dest: /usr/local/man/man8
|