For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

TNSOPS's avatar
TNSOPS
Icon for Altostratus rankAltostratus
Jan 30, 2023

Bash/ Shell commands - Error using ansible.builtin.command module "No such File or directory"

(venv) $ vi f5_shell.yml --- - name: MY TEST PLAYBOOK hosts: f5 gather_facts: false connection: local vars: ansible_python_interpreter: $(which python) provider: server: "{{ansible_host}}" ...