mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
ansible-test: fix dpkg_selections on Ubuntu 18.04 (#50915)
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
- name: ensure hello was not upgraded
|
||||
assert:
|
||||
that:
|
||||
- "{{ hello_version.stdout }} == {{ hello_old_version }}"
|
||||
- hello_version.stdout == hello_old_version
|
||||
|
||||
- name: remove version freeze
|
||||
dpkg_selections:
|
||||
@@ -49,7 +49,7 @@
|
||||
- name: check that old version upgraded correctly
|
||||
assert:
|
||||
that:
|
||||
- "{{ hello_version.stdout }}!={{ hello_old_version }}"
|
||||
- hello_version.stdout != hello_old_version
|
||||
|
||||
- name: set hello to deinstall
|
||||
dpkg_selections:
|
||||
|
||||
Reference in New Issue
Block a user