housekeeping, and typos

This commit is contained in:
Bertrand Lanson 2023-04-04 21:23:32 +02:00
parent a0ba0cd5bf
commit 5f4ed3562f
3 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ manage_apt_packages_list: # by default, not defined
state: absent state: absent
- name: ... - name: ...
``` ```
This variable is a list of packages, with their name, desired version and state. Note that the role allows version rollbacks, so unless you absolutely need a specific version, it is usualy advised to keep the version on `latest` on empty (which is considered the same). This variable is a list of packages, with their name, desired version and state. Note that the role allows version rollbacks, so unless you absolutely need a specific version, it is usualy advised to keep the version on `latest` or empty (which is considered the same).
Dependencies Dependencies
------------ ------------