github.com/vektra/tachyon@v0.0.0-20150921164542-0da4f3861aef/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