mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Make pep8 tests run against the library directory as well, and associated tweaks (mostly to indentation) in the library
directory.
This commit is contained in:
@@ -134,7 +134,7 @@ def user_mod(module, user, **kwargs):
|
||||
cmd.append('-a')
|
||||
groups_need_mod = True
|
||||
else:
|
||||
groups_need_mod = True
|
||||
groups_need_mod = True
|
||||
|
||||
if groups_need_mod:
|
||||
cmd.append('-G')
|
||||
|
||||
Reference in New Issue
Block a user