From 2eeb2f20d0acd2c272506677ff97a9fe8c0b3300 Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Tue, 4 Apr 2023 21:30:28 +0200 Subject: [PATCH] housekeeping, and typos --- .gitignore | 2 +- README.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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 c40a638..e55dc85 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,6 @@ None. 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 # calling the role inside a playbook with either the default or group_vars/host_vars - hosts: servers @@ -64,7 +63,7 @@ Including an example of how to use your role (for instance, with variables passe - hosts: servers tasks: - name: "Configure hashicorp repository" - ansible.builtin.include_role: + ansible.builtin.include_role: name: ednxzu.manage_repositories vars: manage_repositories_enable_default_repo: false