diff options
| author | spmfox <spmfox@foxwd.com> | 2025-04-15 15:00:52 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2025-04-15 15:00:52 -0400 |
| commit | 33af7561882425e6e1a2d3ed56e46f2c5a10033f (patch) | |
| tree | cdac4a3e31162c5f75d7517d14c246289a34edf4 /roles/host/tasks/user.yml | |
| parent | 422bc9712219fdd4d4719fc98218c76c2a7e86bc (diff) | |
support for remote jobs, support for more host config, quadlet logic tweaking
Diffstat (limited to 'roles/host/tasks/user.yml')
| -rw-r--r-- | roles/host/tasks/user.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/host/tasks/user.yml b/roles/host/tasks/user.yml index 40e9f4c..33d5d88 100644 --- a/roles/host/tasks/user.yml +++ b/roles/host/tasks/user.yml @@ -1,6 +1,7 @@ - name: Create containers user ansible.builtin.user: name: "{{ host_containers_user }}" + shell: "{{ host_containers_user_shell | default(omit) }}" - name: Add containers user to systemd-journal group ansible.builtin.user: |
