mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 21:40:17 +00:00
Added git repo for the man pages
This commit is contained in:
@@ -7,3 +7,4 @@
|
||||
- include: sshd.yml
|
||||
- include: motd.yml
|
||||
- include: ansible-pull.yml
|
||||
- include: manpage.yml
|
||||
|
||||
4
roles/common/tasks/manpage.yml
Normal file
4
roles/common/tasks/manpage.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
- name: Adding ansible git repo locally
|
||||
git:
|
||||
repo: 'https://tildegit.org/thunix/documentation.git'
|
||||
dest: /usr/local/man/man8
|
||||
Reference in New Issue
Block a user