Trying to create a yaml that will run a python script to connect ansible to other software frameworks.
The playbook looks like something along the lines of:
---
- host: all
tasks:
- name: Connect to some framework
script: testscript.py
Is this correct syntax or is there more to add to the yaml file?