On Tue, 28 May 2024 at 15:42, Andrew Latham <lath...@gmail.com> wrote:
> Unable to test from current location but do you need to delegate_to for > this? > Yes, I didn't explicitly mention it, but I'm running all the tasks from a dedicated "local" play with these settings: - name: API tasks hosts: foo_hosts # This is an API-only play, so we run it locally - not from the actual hosts connection: local become: false gather_facts: false tags: foo,always run_once: true tasks: - name: blah .... -- 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 ansible-project+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAF8BbLZ3mhSSEVkr9AJQHuFvk9xjHRPfLqj%2BbgE-0jOMHShTwQ%40mail.gmail.com.