mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
minor aesthetics tweak
This commit is contained in:
parent
b1c739889c
commit
b2b1900765
1 changed files with 1 additions and 2 deletions
|
@ -8,14 +8,13 @@
|
||||||
|
|
||||||
|
|
||||||
- hosts: all
|
- hosts: all
|
||||||
|
user: root
|
||||||
|
|
||||||
# here we make a variable named "env" that is a dictionary
|
# here we make a variable named "env" that is a dictionary
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
env:
|
env:
|
||||||
HI: test2
|
HI: test2
|
||||||
http_proxy=http://proxy.example.com:8080
|
http_proxy=http://proxy.example.com:8080
|
||||||
user: root
|
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue