On Tuesday, November 15, 2016 at 4:11:40 PM UTC+1, Brian Coca wrote:
>
> can you show the output when using -vvvv?
>
>
> ----------
> Brian Coca
>


Using /local/home/ans_unix/.ansible.cfg as config file
statically included: 
/local/ansible/unix/staging/roles/test/tasks/test_replace.yml
statically included: 
/local/ansible/unix/staging/roles/test/tasks/test_blockinfile.yml
Loading callback plugin default of type stdout, v2.0 from 
/local/ansible/install/2.2.0.0/lib/python2.7/site-packages/ansible/plugins/callback/__init__.pyc

PLAYBOOK: site.yml 
*************************************************************
1 plays in site.yml

PLAY [First ansible tests] 
*****************************************************

TASK [setup] 
*******************************************************************
Using module file 
/local/ansible/install/2.2.0.0/lib/python2.7/site-packages/ansible/modules/core/system/setup.py
<xx.xx.xx.xx> ESTABLISH SSH CONNECTION FOR USER: root
<xx.xx.xx.xx> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o 
ControlPersist=60s -o KbdInteractiveAuthentication=no -o 
PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey 
-o PasswordAuthentication=no -o User=root -o ConnectTimeout=10 -o 
ControlPath=/local/home/ans_unix/.ansible/cp/ansible-ssh-%h-%p-%r 
xx.xx.xx.xx '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo 
$HOME/.ansible/tmp/ansible-tmp-1479290147.18-43117107564303 `" && echo 
ansible-tmp-1479290147.18-43117107564303="` echo 
$HOME/.ansible/tmp/ansible-tmp-1479290147.18-43117107564303 `" ) && sleep 
0'"'"''
<xx.xx.xx.xx> PUT /tmp/tmp8eXZ2E TO 
//.ansible/tmp/ansible-tmp-1479290147.18-43117107564303/setup.py
<xx.xx.xx.xx> SSH: EXEC sftp -b - -vvv -C -o ControlMaster=auto -o 
ControlPersist=60s -o KbdInteractiveAuthentication=no -o 
PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey 
-o PasswordAuthentication=no -o User=root -o ConnectTimeout=10 -o 
ControlPath=/local/home/ans_unix/.ansible/cp/ansible-ssh-%h-%p-%r 
'[xx.xx.xx.xx]'
<xx.xx.xx.xx> ESTABLISH SSH CONNECTION FOR USER: root
<xx.xx.xx.xx> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o 
ControlPersist=60s -o KbdInteractiveAuthentication=no -o 
PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey 
-o PasswordAuthentication=no -o User=root -o ConnectTimeout=10 -o 
ControlPath=/local/home/ans_unix/.ansible/cp/ansible-ssh-%h-%p-%r 
xx.xx.xx.xx '/bin/sh -c '"'"'chmod u+x 
//.ansible/tmp/ansible-tmp-1479290147.18-43117107564303/ 
//.ansible/tmp/ansible-tmp-1479290147.18-43117107564303/setup.py && sleep 
0'"'"''
<xx.xx.xx.xx> ESTABLISH SSH CONNECTION FOR USER: root
<xx.xx.xx.xx> SSH: EXEC ssh -vvv -C -o ControlMaster=auto -o 
ControlPersist=60s -o KbdInteractiveAuthentication=no -o 
PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey 
-o PasswordAuthentication=no -o User=root -o ConnectTimeout=10 -o 
ControlPath=/local/home/ans_unix/.ansible/cp/ansible-ssh-%h-%p-%r -tt 
xx.xx.xx.xx '/bin/sh -c '"'"'/local/ansible/bin/python 
//.ansible/tmp/ansible-tmp-1479290147.18-43117107564303/setup.py; rm -rf 
"//.ansible/tmp/ansible-tmp-1479290147.18-43117107564303/" > /dev/null 2>&1 
&& sleep 0'"'"''
fatal: [xx.xx.xx.xx]: FAILED! => {
    "changed": false, 
    "cmd": null, 
    "failed": true, 
    "invocation": {
        "module_args": {
            "fact_path": "/etc/ansible/facts.d", 
            "filter": "*", 
            "gather_subset": [
                "all"
            ], 
            "gather_timeout": 10
        }, 
        "module_name": "setup"
    }, 
    "msg": "Argument 'args' to run_command must be list or string", 
    "rc": 257
}
    to retry, use: --limit @/local/ansible/unix/staging/site.retry

PLAY RECAP 
*********************************************************************
xx.xx.xx.xx      : ok=0    changed=0    unreachable=0    failed=1   
 

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/60d64142-3a06-4001-b295-3c2e4ff20ea7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to