mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix assignments in docker tests. (#57249)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
- name: Registering image name
|
||||
set_fact:
|
||||
inames: "{{ inames }} + [iname, iname_1]"
|
||||
inames: "{{ inames + [iname, iname_1] }}"
|
||||
|
||||
####################################################################
|
||||
## build.args ######################################################
|
||||
|
||||
Reference in New Issue
Block a user