fix: ignore the error on first podman installation
This commit is contained in:
parent
b767a7bb71
commit
6cffab2840
@ -9,6 +9,7 @@
|
||||
register: podman_active_version
|
||||
changed_when: false
|
||||
failed_when: false
|
||||
ignore_errors: true
|
||||
when: podman_version_check|bool
|
||||
|
||||
- name: "test"
|
||||
|
Loading…
Reference in New Issue
Block a user