mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
implemented template copying
This commit is contained in:
@@ -11,3 +11,7 @@
|
|||||||
- name: configure pull-remote-backups.timer.tpl
|
- name: configure pull-remote-backups.timer.tpl
|
||||||
template: src=pull-remote-backups.timer dest=/etc/systemd/system/pull-remote-backups.timer
|
template: src=pull-remote-backups.timer dest=/etc/systemd/system/pull-remote-backups.timer
|
||||||
notify: restart pull-remote-backups timer
|
notify: restart pull-remote-backups timer
|
||||||
|
|
||||||
|
- name: configure pull-remote-backups.sh
|
||||||
|
template: src=pull-remote-backups.sh dest=/usr/local/bin/pull-remote-backup/pull-remote-backups.sh
|
||||||
|
notify: restart pull-remote-backups timer
|
||||||
|
Reference in New Issue
Block a user