diff --git a/tasks/main.yml b/tasks/main.yml index fd6d6fc..33058ad 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -10,9 +10,8 @@ # - name: Make /tmp non-executable # ansible.builtin.import_tasks: tmp-nonexec.yml -# not sure if needed, but I'll leave it here as a reference if needed. -# - name: Import tasks to ensure creation of unprivileged user -# ansible.builtin.import_tasks: unpriv-user.yml +- name: Import tasks to ensure creation of unprivileged user + ansible.builtin.import_tasks: unpriv-user.yml - name: Import custom fact setting ansible.builtin.import_tasks: custom-fact.yml