mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
dnf: fix TypeError when env/group failed
This commit is contained in:
committed by
Toshio Kuratomi
parent
cafd064547
commit
de299ef77c
@@ -27,9 +27,6 @@
|
||||
failed_when: False
|
||||
register: rpm_result
|
||||
|
||||
- debug: var=dnf_result
|
||||
- debug: var=rpm_result
|
||||
|
||||
- name: verify uninstallation of sos
|
||||
assert:
|
||||
that:
|
||||
@@ -60,9 +57,6 @@
|
||||
failed_when: False
|
||||
register: rpm_result
|
||||
|
||||
- debug: var=dnf_result
|
||||
- debug: var=rpm_result
|
||||
|
||||
- name: verify installation of sos
|
||||
assert:
|
||||
that:
|
||||
@@ -221,9 +215,6 @@
|
||||
failed_when: False
|
||||
register: rpm_result
|
||||
|
||||
- debug: var=dnf_result
|
||||
- debug: var=rpm_result
|
||||
|
||||
- name: verify installation of sos in /
|
||||
assert:
|
||||
that:
|
||||
@@ -250,8 +241,6 @@
|
||||
state: present
|
||||
register: dnf_result
|
||||
|
||||
- debug: var=dnf_result
|
||||
|
||||
- name: verify installation of the group
|
||||
assert:
|
||||
that:
|
||||
@@ -330,8 +319,6 @@
|
||||
state: latest
|
||||
register: dnf_result
|
||||
|
||||
- debug: var=dnf_result
|
||||
|
||||
- name: verify installation of the group
|
||||
assert:
|
||||
that:
|
||||
|
||||
Reference in New Issue
Block a user