dnf: fix TypeError when env/group failed

This commit is contained in:
Martin Krizek 2017-08-30 13:04:50 +02:00 committed by Toshio Kuratomi
commit de299ef77c
2 changed files with 11 additions and 23 deletions

View file

@ -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: