On Friday, 13 April 2018 21.14.12 CEST tommcf64 wrote: > Here is my my playbook. I am also running ansible version 2.4.2.0 > --- > - hosts: all > tasks: > - name: Run setup > setup: > # register: variables
Default Ansible is running gather_facts, so when you are using the setup module also it with gather_facts to times on each host. -- Kai Stian Olstad -- 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/2532435.y84Y4caTVz%40x1. For more options, visit https://groups.google.com/d/optout.
