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

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
# ignore molecule/testinfra pycache
# ignore molecule/testinfra pycache
**/__pycache__

View File

@ -20,7 +20,7 @@ manage_apt_packages_list: # by default, not defined
state: absent
- 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
------------
@ -43,7 +43,7 @@ Including an example of how to use your role (for instance, with variables passe
- hosts: servers
tasks:
- name: "Install consul package"
ansible.builtin.include_role:
ansible.builtin.include_role:
name: ednxzu.manage_apt_packages
vars:
manage_apt_packages_list:

View File

@ -8,4 +8,4 @@
# state: present
# - name:
# version:
# state:
# state: