1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

amend default library location in config file

This commit is contained in:
Michael DeHaan 2012-08-13 20:08:03 -04:00
parent 2ac4859c6a
commit 1cadfcbf61

View file

@ -10,7 +10,7 @@ hostfile = /etc/ansible/hosts
# location of ansible library, eliminates need to specify --module-path
library = /usr/share/ansible2
library = /usr/share/ansible
# default module name used in /usr/bin/ansible when -m is not specified