Closed motorcb closed 3 years ago
Maybe you should use oefenweb.postfix
as your role name if you installed using ansible-galaxy
or
ansible-postfix
if you just cloned the repo.
Indeed @xtof-osd.
The README
is the way it is because we use git
submodules
and for us the path
to the role actually is postfix
, but for "others" it probably is oefenweb.postfix
or ansible-postfix
.
I have this simple configuration:
When I run the playbook:
root@kuki-VM:/home/kuki/ansible/myvps# ansible-playbook ./playbooks/postfix.yml -i ./hosts
I have this error: ERROR! the role 'postfix' was not found in /home/kuki/ansible/myvps/playbooks/roles:/root/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/home/kuki/ansible/myvps/playbooks
How to fix it? Thanks I tryed install:
ansible-galaxy install mrlesmithjr.postfix
but still is same error