From 03515fc26cc9f9c617492b0cc1f45462d67cc2ca Mon Sep 17 00:00:00 2001 From: Robin Naundorf Date: Mon, 6 Jun 2016 19:50:47 +0200 Subject: [PATCH] Fixed Typo in Examples of systemd module (#3870) --- lib/ansible/modules/system/systemd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/system/systemd.py b/lib/ansible/modules/system/systemd.py index 4c57aa33f6..c7ca2c6bde 100644 --- a/lib/ansible/modules/system/systemd.py +++ b/lib/ansible/modules/system/systemd.py @@ -76,7 +76,7 @@ EXAMPLES = ''' - systemd: name: httpd enabled: yes - mased: no + masked: no ''' RETURN = '''