Fix more yamllint errors
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
2023-03-30 14:29:38 +02:00
parent aa9e658986
commit 85a1dd4b93
3 changed files with 5 additions and 5 deletions

View File

@@ -1,16 +1,16 @@
#===================================================================================================
# ===================================================================================================
# ? ABOUT
# @author : Noah Knegt
# @email : personal@noahknegt.com
# @repo : https://git.noahknegt.com/noah.knegt/ansible-automations
# @createdOn : 27-02-2023
# @description : This file contains all the handlers for the base role.
#===================================================================================================
# ===================================================================================================
---
- name: apt_update
apt:
update_cache: yes
update_cache: true
- name: restart_sshd
service: