diff --git a/tasks/main.yml b/tasks/main.yml index 7bfc868..3f4d342 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -12,8 +12,10 @@ # - name: Make /tmp non-executable # ansible.builtin.import_tasks: tmp-nonexec.yml -- name: Import tasks to ensure creation of unprivileged user - ansible.builtin.import_tasks: unpriv-user.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 custom fact setting ansible.builtin.import_tasks: custom-fact.yml @@ -28,8 +30,9 @@ - name: Import firmware tasks ansible.builtin.import_tasks: additional-firmware.yml -- name: Import color-shell tasks for the common-role - ansible.builtin.import_tasks: color-shell.yml +# not sure if needed, but I'll leave it here as a reference if needed. +# - name: Import color-shell tasks for the common-role +# ansible.builtin.import_tasks: color-shell.yml - name: Import journald tasks for the common-role ansible.builtin.import_tasks: edit-journald.yml