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