perform shell tasks after user init

Since the shell tasks now include installing an AUR package, the user
must first exist.
This commit is contained in:
Pig Monkey 2024-12-01 17:49:13 -08:00
parent cb8db79203
commit 66647279ba

View file

@ -18,8 +18,8 @@
name: "{{ hostname }}"
when: hostname is defined
- include_tasks: shell.yml
- include_tasks: user.yml
- include_tasks: sudo.yml
- include_tasks: shell.yml
- include_tasks: packages.yml
- include_tasks: journal.yml