Ignore errors on git task

This commit is contained in:
Mark Janssen 2024-07-31 21:18:50 +02:00
parent abc64144a8
commit 67087c4f48
Signed by: foobar
GPG key ID: D8674D8FC4F69BD2
8 changed files with 24 additions and 18 deletions

View file

@ -25,7 +25,8 @@
version: main
dest: /var/lib/discord-bot
accept_hostkey: yes
notify: restart discord-bot
notify: Restart discord-bot
ignore_errors: true
- name: Install service file
ansible.builtin.template:
@ -34,7 +35,7 @@
owner: root
group: root
mode: "0644"
notify: restart discord-bot
notify: Restart discord-bot
- name: Start discord-bot
ansible.builtin.systemd: