Changeset - 9fbfaef337ec
[Not reviewed]
0 1 0
x - 20 months ago 2023-08-24 01:46:52
xbr@c3l.lu
feat: use /bin/bash for default shell
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
initial_server_setup/initial_setup.yml
Show inline comments
 
@@ -103,6 +103,7 @@
 
        groups:
 
          - sudo
 
        append: true
 
        shell: /bin/bash
 
        state: present
 
      loop: "{{ users_member }}"
 
      tags: users
 
@@ -112,6 +113,7 @@
 
        groups:
 
          - sudo
 
        append: true
 
        shell: /bin/bash
 
        state: present
 
      loop: "{{ users_system }}"
 
      tags: users
0 comments (0 inline, 0 general)