FIX: new task is now called from the main task

This commit is contained in:
2026-07-06 12:23:15 +00:00
parent b58b76bcc6
commit 2200506041
+4 -1
View File
@@ -1,3 +1,6 @@
--- ---
- name: Create and set up Ansible user and environment - name: Create and set up Ansible user and environment
ansible.builtin.include_tasks: prepare_ansible_user.yaml ansible.builtin.include_tasks: prepare_ansible_user.yaml
- name: Improve SSH configuration
ansible.builtin.include_tasks: harden_ssh.yaml