mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-12 16:00:18 +00:00
10 lines
198 B
YAML
10 lines
198 B
YAML
# 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
|