mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
More test fixes for split controller/remote tests.
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
- name: LOCALMODS | check update arrived
|
||||
assert:
|
||||
that:
|
||||
- "{{ a_file['content'] | b64decode | trim }} == 2"
|
||||
- "{{ a_file.content | b64decode | trim }} == 2"
|
||||
- git_fetch_force is changed
|
||||
|
||||
- name: LOCALMODS | clear checkout_dir
|
||||
@@ -105,7 +105,7 @@
|
||||
- name: LOCALMODS | check update arrived
|
||||
assert:
|
||||
that:
|
||||
- "{{ a_file['content'] | b64decode | trim }} == 2"
|
||||
- "{{ a_file.content | b64decode | trim }} == 2"
|
||||
- git_fetch_force is changed
|
||||
|
||||
- name: LOCALMODS | clear checkout_dir
|
||||
|
||||
Reference in New Issue
Block a user