make yamllint happy

This commit is contained in:
Michael Rennecke
2020-11-13 21:16:49 +01:00
parent e0e849b96d
commit 7beb58a0a2
7 changed files with 25 additions and 30 deletions

View File

@@ -9,4 +9,8 @@
# handlers for etckeeper
- name: Record changes in etckeeper
shell: "if etckeeper unclean; then etckeeper commit '{{ etckeeper_message }}'; fi"
shell: |-
if etckeeper unclean
then
etckeeper commit '{{ etckeeper_message }}'
fi