Adding modlog tool

This commit is contained in:
Ubergeek
2019-11-18 16:49:05 +00:00
parent 60000e52b7
commit 10af89505b
2 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# This deploys manually managed scripts
---
- name: Deploy modlog tool
copy:
src: ../files/usr/local/bin/modlog
dest: /usr/local/bin/modlog
owner: root
group: root
mode: 0755