Update ansible_python_interpreter var and add ansible_host var in inventory
This commit is contained in:
parent
8cd6b0bda6
commit
59c8b9b62f
1 changed files with 2 additions and 2 deletions
4
hosts
4
hosts
|
@ -1,5 +1,5 @@
|
|||
[openbsd]
|
||||
foo.example.com
|
||||
foo.example.com ansible_host=192.0.2.1
|
||||
|
||||
[openbsd:vars]
|
||||
ansible_python_interpreter=/usr/local/bin/python3
|
||||
ansible_python_interpreter=/usr/local/bin/python3.9
|
||||
|
|
Loading…
Reference in a new issue