On 24 February 2015 at 17:28, Brian Coca <[email protected]> wrote:

> Just add gather_facts: false to your play.
>

Duh. I forgot that advice. Using my earlier example on my slowboat box

[root@xanadu ansible]# time ansible-playbook -i hosts test.yml -vvv

PLAY [localhost]
**************************************************************

TASK: [test]
******************************************************************
<localhost> REMOTE_MODULE ping
<localhost> EXEC ['/bin/sh', '-c', 'mkdir -p
$HOME/.ansible/tmp/ansible-tmp-1424825978.48-193148108817334 && echo
$HOME/.ansible/tmp/ansible-tmp-1424825978.48-193148108817334']
<localhost> PUT /tmp/tmpwkHcKI TO
/root/.ansible/tmp/ansible-tmp-1424825978.48-193148108817334/ping
<localhost> EXEC ['/bin/sh', '-c', u'LANG=C LC_CTYPE=C /usr/bin/python
/root/.ansible/tmp/ansible-tmp-1424825978.48-193148108817334/ping; rm -rf
/root/.ansible/tmp/ansible-tmp-1424825978.48-193148108817334/ >/dev/null
2>&1']
ok: [localhost] => {"changed": false, "ping": "pong"}

PLAY RECAP
********************************************************************
localhost                  : ok=1    changed=0    unreachable=0    failed=0



real    0m0.173s
user    0m0.135s
sys     0m0.040s

so hopefully for original poster it will drop similarly.



>  --
> 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/CAJ5XC8nPWiKz%2B-YShto2WWwufBpR5RJX%2B9Ggz%3DzPWOfckCvi0Q%40mail.gmail.com
> <https://groups.google.com/d/msgid/ansible-project/CAJ5XC8nPWiKz%2B-YShto2WWwufBpR5RJX%2B9Ggz%3DzPWOfckCvi0Q%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Stephen J Smoogen.

-- 
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/CANnLRdjV%3DeG218u8mg7wAAGBBOZpaEPTQgkfedEUxjjajzq6VA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to