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:
parent
7505550500
commit
23ddc7738b
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
- >
|
||||
|
|
Loading…
Reference in a new issue