Browse Source

roles/lxc_guest: make ansible --check mode works

python3
Zolfa 3 years ago
parent
commit
9d9d6c5e1b
Signed by: zolfa GPG Key ID: E1A43B038C4D6616
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      roles/lxc_guest/tasks/02-configure.yaml

+ 1
- 0
roles/lxc_guest/tasks/02-configure.yaml View File

@ -5,6 +5,7 @@
register: unpriv_status
changed_when: false
failed_when: unpriv_status.rc > 1
check_mode: false
- name: 'configure | Unprivileged Container | Subxid mappings'
set_fact:


Loading…
Cancel
Save