github.com/theishshah/operator-sdk@v0.6.0/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 }}'