summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/system/systemd.py
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2017-01-28 01:39:40 -0800
committerGitHub <noreply@github.com>2017-01-28 01:39:40 -0800
commite2c0b375d3c74ea14b82caf6771d0b94135bd4aa (patch)
tree38db84bedcea5a90ce964dd751709b6908b269d5 /lib/ansible/modules/system/systemd.py
parentd0d1158c5ef7c1f822e622bebd80eb9471285b0b (diff)
downloadansible-e2c0b375d3c74ea14b82caf6771d0b94135bd4aa.tar.gz
PEP 8 cleanup. (#20790)
* PEP 8 E115 cleanup. * PEP 8 E131 cleanup.
Diffstat (limited to 'lib/ansible/modules/system/systemd.py')
-rw-r--r--lib/ansible/modules/system/systemd.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ansible/modules/system/systemd.py b/lib/ansible/modules/system/systemd.py
index caa578dc7f..2f93820a1a 100644
--- a/lib/ansible/modules/system/systemd.py
+++ b/lib/ansible/modules/system/systemd.py
@@ -267,8 +267,8 @@ def main():
user = dict(type='bool', default=False),
no_block = dict(type='bool', default=False),
),
- supports_check_mode=True,
- required_one_of=[['state', 'enabled', 'masked', 'daemon_reload']],
+ supports_check_mode=True,
+ required_one_of=[['state', 'enabled', 'masked', 'daemon_reload']],
)
systemctl = module.get_bin_path('systemctl')