mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fixed bad exampel for library that was library_path, which of course did
not work
This commit is contained in:
parent
1698b17b14
commit
83e6c166f6
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
# some basic default values...
|
# some basic default values...
|
||||||
|
|
||||||
hostfile = /etc/ansible/hosts
|
hostfile = /etc/ansible/hosts
|
||||||
# library_path = /usr/share/my_modules/
|
#library = /usr/share/my_modules/
|
||||||
remote_tmp = $HOME/.ansible/tmp
|
remote_tmp = $HOME/.ansible/tmp
|
||||||
pattern = *
|
pattern = *
|
||||||
forks = 5
|
forks = 5
|
||||||
|
|
Loading…
Reference in a new issue