From 2590917233571ce6263fd58793baac99854e4425 Mon Sep 17 00:00:00 2001 From: betanummeric <40263343+betanummeric@users.noreply.github.com> Date: Fri, 27 May 2022 14:29:08 +0200 Subject: [PATCH] Update plugins/modules/mysql_role.py Co-authored-by: Andrew Klychkov --- plugins/modules/mysql_role.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/mysql_role.py b/plugins/modules/mysql_role.py index 4224053..790c0eb 100644 --- a/plugins/modules/mysql_role.py +++ b/plugins/modules/mysql_role.py @@ -269,7 +269,7 @@ EXAMPLES = r''' - 'existing_user@localhost' - 'not_existing_user@localhost' -- name: detach some members from a role and ignore not-existent users +- name: Detach some members from a role and ignore not-existent users community.mysql.mysql_role: state: present name: foo