hello,all
after i installed the ansible2.2.0.0 version with tarball file, but looks like something is missing,
when i execute a adhoc, it returns error
linux-t9kx:~/ansible-2.2.0.0-0.4.rc4 # ansible --version
ansible 2.2.0.0
config file =
configured module search path = Default w/o overrides
linux-t9kx:~/ansible-2.2.0.0-0.4.rc4 # ansible -i 10.223.219.10, all -m setup -vvvv
No config file found; using defaults
Loading callback plugin minimal of type stdout, v2.0 from /usr/local/lib/python2.7/site-packages/ansible-2.2.0.0-py2.7.egg/ansible/plugins/callback/init.pyc
10.223.219.10 | FAILED! => {
“failed”: true,
“msg”: “The module setup was not found in configured module paths. Additionally, core modules are missing. If this is a checkout, run ‘git submodule update --init --recursive’ to correct this problem.”
}
someone help me , thanks