oh my zsh installer for Debian (Raspberry, Debian, Ubuntu, etc) and macOS systems. The original work has been taken from here https://github.com/RaymiiOrg/ansible/blob/master/oh-my-zsh/ohmyzsh.yml
I have taken the liberty of converting it into a "real ansible role" and subseqently published it on ansible galaxy.
Nothing special except ansible and an Debian or macOS target
You can control the theme that is being installed, default theme is steeef
ohmyzsh_theme: 'steeef'
An example playbook is as follows
- hosts: servers
roles:
- { role: nover.ohmyzsh, ohmyzsh_theme: 'robbyrussell' }
GitHub The Unlicense