mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Revert "Do not check "install_gem_result is changed" for ansible develop on openSUSE"
This reverts commit 48ecb27889.
This commit is contained in:
@@ -196,7 +196,7 @@
|
|||||||
- name: Ensure gem executable was installed in custom directory
|
- name: Ensure gem executable was installed in custom directory
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
- install_gem_result is changed or (ansible_version == 'develop' and ansible_distribution == 'openSUSE Leap')
|
- install_gem_result is changed
|
||||||
- gem_bindir_stat.stat.exists and gem_bindir_stat.stat.isreg
|
- gem_bindir_stat.stat.exists and gem_bindir_stat.stat.isreg
|
||||||
|
|
||||||
- name: Remove gem with custom bindir
|
- name: Remove gem with custom bindir
|
||||||
@@ -215,5 +215,5 @@
|
|||||||
- name: Ensure gem executable was removed from custom directory
|
- name: Ensure gem executable was removed from custom directory
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
- install_gem_result is changed or (ansible_version == 'develop' and ansible_distribution == 'openSUSE Leap')
|
- install_gem_result is changed
|
||||||
- not gem_bindir_stat.stat.exists
|
- not gem_bindir_stat.stat.exists
|
||||||
|
|||||||
Reference in New Issue
Block a user