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

10 lines
144 B
Desktop File

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