-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
I applied the following playbook on 2 fresh servers :
- hosts: all
roles:
- role: gantsign.antigen
users:
- username: root
antigen_libraries:
- name: oh-my-zsh
env:
DISABLE_AUTO_UPDATE: '"true"'
antigen_theme:
name: robbyrussell
antigen_bundles:
- name: git
- name: docker
- name: docker-compose
- name: command-not-foundWhen I ssh root@server, I get the zsh shell, but the theme and plugins don't seem to work as expected.
On 1 server, the theme is activated, on the other not (!?).
On both, the plugins don't work and the following command returns an empty result.
echo $pluginsLet me know if I can post more infos to help.
BTW, is there a clean/simple way to remove everything related to this role on the servers so I can run it again from scratch ?
Regards
Metadata
Metadata
Assignees
Labels
No labels