summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/systemd_service.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/systemd_service.py')
-rw-r--r--lib/ansible/modules/systemd_service.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ansible/modules/systemd_service.py b/lib/ansible/modules/systemd_service.py
index bad29bba67..d142f865b5 100644
--- a/lib/ansible/modules/systemd_service.py
+++ b/lib/ansible/modules/systemd_service.py
@@ -90,6 +90,8 @@ notes:
- Before 2.4 you always required C(name).
- Globs are not supported in name, i.e C(postgres*.service).
- The service names might vary by specific OS/distribution
+ - The order of execution when having multiple properties is to first enable/disable, then mask/unmask and then deal with service state.
+ It has been reported that systemctl can behave differently depending on the order of operations if you do the same manually.
requirements:
- A system managed by systemd.
'''