github.com/masahide/goansible@v0.0.0-20160116054156-01eac649e9f2/test/incplaybook.yml (about)

     1  ---
     2  - hosts: all
     3    vars:
     4      sub2: "defined in incplaybook"
     5  
     6    tasks:
     7    - name: test exposed include vars
     8      shell: echo inc {{ sub1 }}
     9    - name: test include vars override
    10      shell: echo sub2 is {{ sub2 }}
    11