mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
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:
parent
cb8db79203
commit
66647279ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue