From 558e50cf4c89b3891210f030434bcc57a39b0163 Mon Sep 17 00:00:00 2001 From: dhvcc Date: Mon, 12 Feb 2024 18:53:23 +0300 Subject: [PATCH] comment chsh --- playbook.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/playbook.yaml b/playbook.yaml index 6b436f6..b946d90 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -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 }}"