fixed readme

This commit is contained in:
Bertrand Lanson 2023-03-12 01:18:44 +01:00
parent 829bd7e0cd
commit 7464ae2f26

View File

@ -56,7 +56,7 @@ Including an example of how to use your role (for instance, with variables passe
# calling the role inside a playbook with either the default or group_vars/host_vars
- hosts: servers
roles:
- manage_repositories
- ednxzu.manage_repositories
```
```yaml
@ -65,7 +65,7 @@ Including an example of how to use your role (for instance, with variables passe
tasks:
- name: "Configure hashicorp repository"
ansible.builtin.include_role:
name: manage_repositories
name: ednxzu.manage_repositories
vars:
manage_repositories_enable_default_repo: false
manage_repositories_enable_custom_repo: true