How can I force setup to run on a play even if the Ansible config file is set to gathering strategy of smart.
When I include
gather_facts: True
for a play, it is just ignored while the facts file for a host is available in ~/.ansible/facts - this is in Ansible version 2.0.2.0
What am I doing wrong or is that even by design?