From 33af7561882425e6e1a2d3ed56e46f2c5a10033f Mon Sep 17 00:00:00 2001 From: spmfox Date: Tue, 15 Apr 2025 15:00:52 -0400 Subject: support for remote jobs, support for more host config, quadlet logic tweaking --- roles/host/tasks/user.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'roles/host/tasks/user.yml') 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: -- cgit