feat: ignore single host failures
This commit is contained in:
parent
91522f4360
commit
3d35caa28c
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
||||||
hosts: "all,!proxmox,!semaphore01.siempie.internal"
|
hosts: "all,!proxmox,!semaphore01.siempie.internal"
|
||||||
become: true
|
become: true
|
||||||
serial: 1
|
serial: 1
|
||||||
|
max_fail_percentage: 100
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
# install updates
|
# install updates
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue