1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Update sample (#55654)

Correct logConfiguration example on the ecs_taskdefinition module.
This commit is contained in:
cbuquet 2019-05-01 18:15:28 +02:00 committed by Alicia Cozine
parent 7505550500
commit 23ddc7738b

View file

@ -120,8 +120,9 @@ EXAMPLES = '''
logConfiguration:
logDriver: awslogs
options:
awslogs-group: ecs
awslogs-group: /ecs/test-cluster-taskdef
awslogs-region: us-west-2
awslogs-stream-prefix: ecs
- name: busybox
command:
- >