Add missing s to ignore_errors.
This commit is contained in:
parent
26f243f920
commit
29fbb2bf3b
@ -7,8 +7,8 @@
|
||||
# so resetting the value to apt doesn't work. Just going to move it.
|
||||
shell: "mv `which zypper` `which zypper`.zz.`date +%Y%m%d`"
|
||||
register: parrotos_zypper_removed
|
||||
ignore_errors: yes
|
||||
when: ansible_distribution == "Parrot OS"
|
||||
ignore_error: yes
|
||||
|
||||
- name: General | Software | Packages | Fixed Parrot OS, Exit
|
||||
debug:
|
||||
|
Loading…
x
Reference in New Issue
Block a user