Fix with_items indentation in logs readme ec2-api.
Wrongly indented with_items parameter for task 'ec2 logs readme' is failing, however it wasn't caught because the task includes the ignore_errors param. Change-Id: Ib60de9b0df451273d1d81ba049b46b5214e09080
This commit is contained in:
parent
bd48c535a8
commit
2e5de85cef
@ -218,9 +218,9 @@ outputs:
|
||||
content: |
|
||||
Log files from ec2api containers can be found under
|
||||
/var/log/containers/ec2_api and /var/log/containers/ec2_api_metadata.
|
||||
with_items:
|
||||
- ec2api
|
||||
- ec2api-metadata
|
||||
with_items:
|
||||
- ec2api
|
||||
- ec2api-metadata
|
||||
ignore_errors: true
|
||||
upgrade_tasks: []
|
||||
post_upgrade_tasks:
|
||||
|
Loading…
Reference in New Issue
Block a user