From de70cf775bc878dfbc52efb67ea8b82bd8f5adf6 Mon Sep 17 00:00:00 2001 From: Felix Hamme Date: Thu, 21 Apr 2022 09:18:23 +0200 Subject: [PATCH] formatting make the PEP8 check happy --- 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 3f88e1b..ddb57ce 100644 --- a/plugins/modules/mysql_role.py +++ b/plugins/modules/mysql_role.py @@ -242,7 +242,7 @@ EXAMPLES = r''' members: - marketing -- name: Ensure the role foo does not have the DELETE privilege +- name: Ensure the role foo does not have the DELETE privilege community.mysql.mysql_role: state: present name: foo