Skip to content

Commit

Permalink
Merge pull request #442 from zhan9san/feature/update-default-home
Browse files Browse the repository at this point in the history
bugfix: update default home directory
  • Loading branch information
gardar authored Oct 29, 2024
2 parents e2d8b74 + 5bba79e commit f9e5d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/_common/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
system: true
shell: "/usr/sbin/nologin"
group: "{{ _common_system_group }}"
home: "{{ _common_config_dir | default('/') }}"
home: "{{ _common_config_dir | default('/', true) }}"
create_home: false
become: true
when: _common_system_user not in ansible_facts.getent_passwd
Expand Down

0 comments on commit f9e5d1b

Please sign in to comment.