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

10 lines
132 B
Desktop File

[Unit]
Description=Call myos ansible-pull
[Service]
Type=oneshot
ExecStart=make ansible-pull
[Install]
WantedBy=multi-user.target