Skip to content

Commit fdb7686

Browse files
committed
Update README to note python version is on the pfSense system
1 parent a2f81e2 commit fdb7686

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,11 @@ collections_paths=collections
3333

3434
## Configuration
3535

36-
Python discovery in ansible 2.9 and 2.10 will only detect Python up to version 3.7, ansible 2.11 will detect 3.8. If Python discovery fails, you can set ansible_python_interpreter in your playbook or hosts vars:
36+
Current versions of ansible should automatically detect the version of Python the pfSense system. If Python discovery fails, you can set
37+
ansible_python_interpreter in your playbook or hosts vars, e.g. for pfSense 2.7.2:
3738

38-
pfSense >= 2.5.2:
3939
```
40-
ansible_python_interpreter: /usr/local/bin/python3.8
41-
```
42-
pfSense >= 2.4.5, < 2.5.2:
43-
```
44-
ansible_python_interpreter: /usr/local/bin/python3.7
45-
```
46-
pfSense < 2.4.5:
47-
```
48-
ansible_python_interpreter: /usr/local/bin/python2.7
40+
ansible_python_interpreter: /usr/local/bin/python3.11
4941
```
5042

5143
Modules must run as root in order to make changes to the system. By default pfSense does not have sudo capability so `become` will not work. You can install it with:

0 commit comments

Comments
 (0)