housekeeping, and typos
This commit is contained in:
parent
69f3f80707
commit
2eeb2f20d0
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
# ignore molecule/testinfra pycache
|
# ignore molecule/testinfra pycache
|
||||||
**/__pycache__
|
**/__pycache__
|
@ -51,7 +51,6 @@ None.
|
|||||||
Example Playbook
|
Example Playbook
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
|
|
||||||
```yaml
|
```yaml
|
||||||
# calling the role inside a playbook with either the default or group_vars/host_vars
|
# calling the role inside a playbook with either the default or group_vars/host_vars
|
||||||
- hosts: servers
|
- hosts: servers
|
||||||
@ -64,7 +63,7 @@ Including an example of how to use your role (for instance, with variables passe
|
|||||||
- hosts: servers
|
- hosts: servers
|
||||||
tasks:
|
tasks:
|
||||||
- name: "Configure hashicorp repository"
|
- name: "Configure hashicorp repository"
|
||||||
ansible.builtin.include_role:
|
ansible.builtin.include_role:
|
||||||
name: ednxzu.manage_repositories
|
name: ednxzu.manage_repositories
|
||||||
vars:
|
vars:
|
||||||
manage_repositories_enable_default_repo: false
|
manage_repositories_enable_default_repo: false
|
||||||
|
Loading…
Reference in New Issue
Block a user