diff --git a/vars-and-implicit-localhost/hosts b/vars-and-implicit-localhost/hosts new file mode 100644 index 0000000..80e6dfb --- /dev/null +++ b/vars-and-implicit-localhost/hosts @@ -0,0 +1,2 @@ +[all:vars] +test=present diff --git a/vars-and-implicit-localhost/test.yaml b/vars-and-implicit-localhost/test.yaml new file mode 100644 index 0000000..f8c9a6f --- /dev/null +++ b/vars-and-implicit-localhost/test.yaml @@ -0,0 +1,6 @@ +- name: + hosts: localhost + tasks: + - assert: + that: + - test == 'present'