Skip to content

Commit

Permalink
comment chsh
Browse files Browse the repository at this point in the history
  • Loading branch information
dhvcc committed Feb 12, 2024
1 parent cd064f2 commit 558e50c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@
# Other tasks remain the same as in the previous playbook
# ...

- name: Set default shell
hosts: localhost
tasks:
- name: Set default shell to zsh
shell: chsh -s /bin/zsh "{{ ansible_ssh_user }}"
#- name: Set default shell
# hosts: localhost
# tasks:
# - name: Set default shell to zsh
# shell: chsh -s /bin/zsh "{{ ansible_ssh_user }}"

0 comments on commit 558e50c

Please sign in to comment.