github.com/mkimuram/operator-sdk@v0.7.1-0.20190410172100-52ad33a4bda0/test/ansible-inventory/playbooks/playbook.yml (about) 1 --- 2 3 - hosts: test 4 gather_facts: no 5 tasks: 6 - import_role: 7 name: inventory 8 9 - hosts: localhost 10 gather_facts: no 11 tasks: 12 - command: echo hello 13 - debug: msg='{{ "hello" | test }}'