Files
ansible-automations/roles/setup/handlers/main.yml
Noah Knegt 85a1dd4b93
Some checks failed
continuous-integration/drone/push Build is failing
Fix more yamllint errors
Signed-off-by: Noah Knegt <git@noahknegt.com>
2023-03-30 14:29:38 +02:00

19 lines
666 B
YAML

# ===================================================================================================
# ? 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: true
- name: restart_sshd
service:
name: "{{ openssh_service }}"
state: restarted