fix service
This commit is contained in:
parent
0c61e0131f
commit
34e7ce2d71
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ Description=Runs ansible playbook
|
|||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=no
|
||||
ExecStart=/scripts/ansible-update.sh
|
||||
ExecStart=/bin/bash /scripts/ansible-update.sh
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Reference in a new issue