myos/ansible/roles/hosts/files/etc/systemd/system/ansible.service

10 lines
132 B
SYSTEMD
Raw Normal View History

2021-07-15 00:58:24 +02:00
[Unit]
Description=Call myos ansible-pull
[Service]
Type=oneshot
2022-06-30 23:37:10 +02:00
ExecStart=make ansible-pull
2021-07-15 00:58:24 +02:00
[Install]
WantedBy=multi-user.target