diff options
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: |
