Skip to content

Commit

Permalink
Merge pull request #81 from adfinis/docs-python3
Browse files Browse the repository at this point in the history
docs: clarify that python 3 must be used
  • Loading branch information
s3lph authored Nov 8, 2024
2 parents da2355a + 8c8c47b commit 3dd3871
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ It does so in a way that may be a bit counterintuitive for someone used to Ansib
* **NOTE: It is expected that tasks fail** if some critical prerequesite is not met. Usually this is not a bug, and
the correct way to resolve the issue is to either fulfil the required prerequisite, or to exclude the failing task
(see `maintenance_exclude_tasks` below).
* The plugins in this collection are designed for Python 3. If you have a system where the default python interpreter
is still Python 2, you need to add `ansible_python_interpreter=/usr/bin/python3` to the hosts' hostvars.

The tasks to run are grouped into "checklists". By convention, each checklist is implemented in a separate role, e.g.:
* The `maintenance_10_linux` role implements tasks common to most Linux systems
Expand Down

0 comments on commit 3dd3871

Please sign in to comment.