skip to Main Content

ERROR! the role Users/xxxx/ansible/roles/basic_install' was not found – Debian

i am running an ansible playbook, but it won't find my defined roles. I get the following error: ERROR! the role 'Users/xxxx/ansible/roles/basic_install' was not found in /Users/xxxx/ansible/playbooks/roles:/Users/xxxx/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/Users/xxxx/ansible/playbooks The error appears to be in '/Users/xxxx/ansible/playbooks/byrule.yml': line 6, column 7, but may…

VIEW QUESTION

Modify .json file using Anisble

My file structure is like below [root@test exim]# cat exim.json { "general": { "max_hourly_email": 0, "max_notify_email": 0, "enable_mail_retry": "1", "mail_retry": 15, "enable_roundcube": "1", "default_quota_val": 32768, "default_quota": "1", "eximmailtrap": "1", "no_local_emailing": "0", "dkim_selector": "x", "disable_ipv6": "0", "custom_mailips": "0", "message_linelength_limit": 2048 I…

VIEW QUESTION
Back To Top
Search