diff --git a/.gitignore b/.gitignore index 1b8b446..03ffe07 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -# ignore molecule/testinfra pycache +# ignore molecule/testinfra pycache **/__pycache__ \ No newline at end of file diff --git a/README.md b/README.md index 06e4d88..0655e3a 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/defaults/manage_apt_packages.yml.sample b/defaults/manage_apt_packages.yml.sample index 9ce16cc..b059b4b 100644 --- a/defaults/manage_apt_packages.yml.sample +++ b/defaults/manage_apt_packages.yml.sample @@ -8,4 +8,4 @@ # state: present # - name: # version: -# state: \ No newline at end of file +# state: