7646ecaca616fca40dd18cc6854ab794ecae85c4
				
			
			
		
	Add Ansible Role to your project
cd <ansible_remote_folder>
git submodule add <repository_url> roles/oh-my-zsh
How to use it in playbook
- hosts: localhost
  become: true
  roles:
    - role: oh-my-zsh
      template: powerlevel10k
      plugins:
        - zsh-syntax-highlighting
        - zsh-autosuggestions
      oh-my-zsh-users:
        - me
        - root
Description