ansible icon indicating copy to clipboard operation
ansible copied to clipboard

Results 7 ansible issues
Sort by recently updated
recently updated
newest added

unable to change shell with ansible ```- name: Change shell to zsh shell: chsh -s $(which zsh) tags: *tags_for_zsh_tasks become: yes ```

I watched your frontend masters class for productivity, you said that you have some trouble with this. So here.

Hi @ThePrimeagen I watch your youtube channel, it's very nice, got this repo by github recommendations Please take a look on my repos, maybe you could get something from it...

![Screenshot from 2022-08-28 18-08-17](https://user-images.githubusercontent.com/36479850/187069656-bf62fff1-d8c0-463a-b7e8-88aba0c2405e.png)

Hi, I've tried a fresh pop-os installation with this tasks: ```yml - name: Install NodeJS become: true apt: name: ["nodejs", "npm"] tags: &tags_for_node_tasks ["install", "productivity", "node"] - name: npmjs prefix...

This pull request resolves a reproducibility problem coming up after trying to follow Prime's actions in this official Frontend Masters Developer Productivity presentiation video: https://youtu.be/qd3mfYS_Xow?t=247 when trying to run playbook...

Hi there! While trying to reproduce Prime's actions in https://youtu.be/qd3mfYS_Xow?t=247, in a section related to personal projects cloning over ssh (definition in tasks/personal-projects.yml ) i came up with a "Host...