mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Fix for function app settings (#54662)
This commit is contained in:
@@ -50,6 +50,7 @@
|
||||
app_settings:
|
||||
hello: world
|
||||
things: more stuff
|
||||
FUNCTIONS_EXTENSION_VERSION: "~2"
|
||||
register: output
|
||||
|
||||
- name: assert the function with app settings was created
|
||||
@@ -64,6 +65,7 @@
|
||||
app_settings:
|
||||
hello: world
|
||||
things: more stuff
|
||||
FUNCTIONS_EXTENSION_VERSION: "~2"
|
||||
another: one
|
||||
register: output
|
||||
|
||||
|
||||
Reference in New Issue
Block a user