diff --git a/.vscode/settings.json b/.vscode/settings.json index bd68aec24..94565b040 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,4 @@ { - "editor.renderWhitespace": "all" + "editor.renderWhitespace": "all", + "ansible.python.interpreterPath": "/usr/local/bin/python3" } diff --git a/collections/ansible_collections/demo/compliance/playbooks/playbook.yml b/collections/ansible_collections/demo/compliance/playbooks/playbook.yml new file mode 100644 index 000000000..d5836583c --- /dev/null +++ b/collections/ansible_collections/demo/compliance/playbooks/playbook.yml @@ -0,0 +1,7 @@ +--- +- hosts: localhost + gather_facts: no + + tasks: + - debug: + msg: Hello world!