summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/docker_swarm_service/vars
diff options
context:
space:
mode:
authorHannes Ljungberg <hannes@5monkeys.se>2019-03-07 23:51:59 +0100
committerMatt Martz <matt@sivel.net>2019-03-07 23:51:59 +0100
commit3d07e7241acee311188a4a239578c27fc53778e8 (patch)
tree18384d6e15f78b8eefbbcb49ab2b19e36035f53b /test/integration/targets/docker_swarm_service/vars
parentwin_domain: fix issue when running without credential delegation (#53480) (diff)
downloadansible-3d07e7241acee311188a4a239578c27fc53778e8.tar.xz
ansible-3d07e7241acee311188a4a239578c27fc53778e8.zip
docker_swarm_service: Documentation fixes (#53479)
* Document and validate mode choices * Update examples * Test cpu float values * Test correct option * Fix module return sample * Add secrets and user to module return value * Order options alphabetically * Add changelog * yaml indentation * Revert "Order options alphabetically" This reverts commit 51dabccda7930b707d5683670af7f89a68aeb577. * Be consistent with choices type
Diffstat (limited to 'test/integration/targets/docker_swarm_service/vars')
-rw-r--r--test/integration/targets/docker_swarm_service/vars/main.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/integration/targets/docker_swarm_service/vars/main.yml b/test/integration/targets/docker_swarm_service/vars/main.yml
index cfabafed9a..fd8c6932f3 100644
--- a/test/integration/targets/docker_swarm_service/vars/main.yml
+++ b/test/integration/targets/docker_swarm_service/vars/main.yml
@@ -26,6 +26,7 @@ service_expected_output:
mode: global
mounts: null
networks: null
+ secrets: null
stop_grace_period: null
stop_signal: null
placement_preferences: null
@@ -46,4 +47,5 @@ service_expected_output:
update_monitor: null
update_order: null
update_parallelism: null
+ user: null
working_dir: null