Hi Guys!
Thank you for the responses
I Just used unnatend option and at the end have this *chsh -s $(which zsh)* to 
set the zsh as default shell. works like charm! 

I need to RTFM more.... thank's all! 

On Monday, July 24, 2023 at 4:26:39 PM UTC-3 Will McDonald wrote:

> If you're just trying to find a way to ALWAYS say "yes, install" then 
> looking at 
> https://github.com/ohmyzsh/ohmyzsh/blob/master/tools/install.sh#L37C31-L37C31 
> you could just pass in --unattended? 
>
> On Mon, 24 Jul 2023 at 20:11, Rodrigo Reis <rodrig...@gmail.com> wrote:
>
>> Hello Everyone!
>>
>> I trying to install ohmyzsh using ansible inside of a bigger yml file 
>> with a bunch of other sutff.
>> in hte ansible.builtin.expect block the goal is to anwser one  
>> installation question but it waits for the timeou and display a huge error 
>> message.
>> Basically sucessfully install ohmyzsh but not awnser the installation 
>> question.
>>  
>> What you guys think, I'm doing wrong or have a better way to do it?
>>
>> - name: Check if Oh My Zsh is installed
>> stat:
>> path: /home/rreis/.oh-my-zsh
>> register: ohmyzsh_installed
>>
>> - name: Install Oh My Zsh
>> ansible.builtin.expect:
>> command: sh /home/rreis/install.sh
>> responses:
>> 'Do you want to change your default shell to zsh? \[Y/n\]:': "Y\n"
>> timeout: 30
>> when: ohmyzsh_installed.stat.exists == false
>>
>> -- 
>>
> You received this message because you are subscribed to the Google Groups 
>> "Ansible Project" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to ansible-proje...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/ansible-project/3708b636-7b93-48e0-b119-65d24863bab7n%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/ansible-project/3708b636-7b93-48e0-b119-65d24863bab7n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/20832793-aa7b-4b52-afd0-6ceb9e48d71an%40googlegroups.com.

Reply via email to