On Tuesday, 23 January 2018 19.09.06 CET John Harmon wrote: > Thanks Matt. It seems platform and !all,min equate to the same thing. I > tried the following in my playbook and it works: > > pre_tasks: > - setup: > gather_subset: min > filter: ansible_hostname
gather_subset is also allowed on the play[1] level. - hosts: all gather_subset: min [1] https://docs.ansible.com/ansible/latest/playbooks_keywords.html#play -- 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/8480417.tI9P22h2rz%40x1. For more options, visit https://groups.google.com/d/optout.
