Update the setup tasks

Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
2024-04-12 15:12:30 +02:00
parent f12f17658b
commit 2cdea1f6c3
12 changed files with 116 additions and 81 deletions

View File

@@ -8,11 +8,11 @@
# ===================================================================================================
---
- name: apt_update
apt:
update_cache: true
- name: Update apt
ansible.builtin.apt:
update-cache: true
- name: restart_sshd
service:
- name: Restart sshd
ansible.builtin.service:
name: "{{ openssh_service }}"
state: restarted