#! /usr/bin/env ansible-playbook --- - name: "TestPlay" gather_facts: true become: false hosts: localhost connection: local tasks: - debug: msg: "Hello World"