Do not fail playbook on first run

This commit is contained in:
Francesco Antognazza
2023-08-01 10:59:37 +02:00
parent 92fc0ffb1c
commit a0aaf0e5a5
8 changed files with 8 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
loop:
- gitea
- db_gitea
failed_when: false
- name: Permit traffic from any IP to ssh port
become: true