Skip to content

Commit b456885

Browse files
committed
fix interpreter configuration
1 parent 383b923 commit b456885

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@
66

77
# python
88
__pycache__/
9+
10+
# inventory files
11+
/inventories/*
12+
!/inventories/localhost

inventories/localhost

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
[all]
2-
localhost ansible_connection=local
2+
localhost ansible_connection=local
3+
4+
[all:vars]
5+
ansible_python_interpreter=/usr/bin/python3

0 commit comments

Comments
 (0)