Fix YAMLs according to YAMLlint

This commit is contained in:
Andrea Cardaci
2018-07-16 15:01:50 +02:00
parent 785126ede0
commit e1cd3aed68
87 changed files with 996 additions and 1061 deletions

View File

@@ -1,9 +1,9 @@
---
functions:
execute-non-interactive:
- description: The commands are executed according to the crontab file edited via the `crontab` utility.
code: crontab -e
- description: The commands are executed according to the crontab file edited via the `crontab` utility.
code: crontab -e
sudo-enabled:
- description: The commands are executed according to the crontab file edited via the `crontab` utility.
code: sudo crontab -e
- description: The commands are executed according to the crontab file edited via the `crontab` utility.
code: sudo crontab -e
---