From 8b6c8a01868f56bc632a1f6eec4513013cc844ca Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 4 Sep 2020 10:34:47 +0200 Subject: [PATCH] batcave: Improve the name of the task installing the rbac configuration file Signed-off-by: Pierre-Yves Chibon --- roles/batcave/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/batcave/tasks/main.yml b/roles/batcave/tasks/main.yml index 7bdde9abff..74c13397e8 100644 --- a/roles/batcave/tasks/main.yml +++ b/roles/batcave/tasks/main.yml @@ -462,7 +462,7 @@ # ansible utils includes our rbac-playbook # -- name: install ansible_utils config +- name: install the ansible_utils/rbac config copy: src={{ private }}/files/rbac/rbac.yaml dest=/etc/ansible_utils/rbac.yaml mode=0500 tags: - rbac