28fa4f7ef2
The dict combine steps used previously in the standalone role for containers-prepare-parameters was mangling the output when includes and excludes were used. This patch replaces the combine operations with replace/ blockinfile ansible operations to avoid combining and misplacing settings. Change-Id: I9af336d2088fa4ec55f2b5d97dbf5f52875b6ef8 Closes-Bug: BZ1710021
11 lines
158 B
Plaintext
11 lines
158 B
Plaintext
---
|
|
extends: default
|
|
|
|
rules:
|
|
line-length:
|
|
max: 180
|
|
|
|
#braces: {min-spaces-inside: 1, max-spaces-inside: 10}
|
|
ignore: |
|
|
/roles/standalone/tasks/main.yml
|