diff --git a/README.md b/README.md index 7397a4b..08bcfc9 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Requirements * [Ansible](https://github.com/ansible/ansible) 2.2.0 or superior. Less than this and you will have problems running Zimbra's Playbook. See ansible-modules-core Bug #4202 -- Configure de file /etc/ansible/ansible.cfg (create if don't exist) and set this options - not required if you using key and the ssh user is "root" already: +* Configure de file /etc/ansible/ansible.cfg (create if don't exist) and set this options - not required if you using key and the ssh user is "root" already: ``` [defaults] host_key_checking=False diff --git a/meta/main.yml b/meta/main.yml index 5cb9d88..fee37a1 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -17,4 +17,4 @@ galaxy_info: galaxy_tags: - zimbra - monoserver -dependencies: [] +dependencies: [lucascbeyeler.ansible-commons]