Browse Source

inventory vars and implicit localhost

master
Nicolas Massé 7 years ago
parent
commit
9cee100d80
  1. 2
      vars-and-implicit-localhost/hosts
  2. 6
      vars-and-implicit-localhost/test.yaml

2
vars-and-implicit-localhost/hosts

@ -0,0 +1,2 @@
[all:vars]
test=present

6
vars-and-implicit-localhost/test.yaml

@ -0,0 +1,6 @@
- name:
hosts: localhost
tasks:
- assert:
that:
- test == 'present'
Loading…
Cancel
Save