Forum Discussion

TNSOPS's avatar
TNSOPS
Icon for Altostratus rankAltostratus
Jan 18, 2023
Solved

Getting error when trying to run Ansible (2.9) playbook using bigip_device_info module

Playbook (venv) $ cat playtest.yml --- - name: MY TEST PLAYBOOK hosts: F5 connection: local gather_facts: false collections: - f5networks.f5_modules tasks: - name: Collect BIG IP FACTS b...
  • TNSOPS's avatar
    Jan 30, 2023

    i got this working by removing delegate_to: localhost under the task and only keep connection: local at the global level.