due to bug https://github.com/ansible/galaxy/issues/149
now user must install roles from galaxy with sudo command, this now cause problem when using the role repositories and engine-setup.
second thing, it could cause some problems in the future so role should be installed within the same path
due to bug https://github.com/ansible/galaxy/issues/149 now user must install roles from galaxy with sudo command, this now cause problem when using the role repositories and engine-setup. second thing, it could cause some problems in the future so role should be installed within the same path
[pkubica@localhost]$ sudo ansible-galaxy install oVirt.repositories
[pkubica@localhost]$ sudo ansible-galaxy install oVirt.vm-infra
$ansible --version ansible 2.4.2.0 config file = /home/pkubica/redhat/ansible/roles/build/ansible.cfg configured module search path = [u'/home/pkubica/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible python version = 2.7.5 (default, Aug 4 2017, 00:39:18) [GCC 4.8.5 20150623 (Red Hat 4.8.5-16)]