diff options
author | 2019-04-02 15:39:25 +0200 | |
---|---|---|
committer | 2019-04-16 16:11:02 +0200 | |
commit | f7bcc11eecf16a3565286ea3ae95bbd679fa6135 (patch) | |
tree | 61071b71af304eb91a2238cc8506b0858b4f960a /ansible/roles/chrony/.yamllint | |
parent | cceed25e6c773c18e479e246ddeadebc82870f70 (diff) |
Molecule tests for chrony role
Change-Id: I2cfee4ef44b1aa0ddff0b5d93712390988846c90
Issue-ID: OOM-1710
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'ansible/roles/chrony/.yamllint')
-rw-r--r-- | ansible/roles/chrony/.yamllint | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ansible/roles/chrony/.yamllint b/ansible/roles/chrony/.yamllint new file mode 100644 index 00000000..ad0be760 --- /dev/null +++ b/ansible/roles/chrony/.yamllint @@ -0,0 +1,11 @@ +extends: default + +rules: + braces: + max-spaces-inside: 1 + level: error + brackets: + max-spaces-inside: 1 + level: error + line-length: disable + truthy: disable |