summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/apt.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/apt.py')
-rw-r--r--lib/ansible/modules/apt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/apt.py b/lib/ansible/modules/apt.py
index 2a214392c2..9c62ecd553 100644
--- a/lib/ansible/modules/apt.py
+++ b/lib/ansible/modules/apt.py
@@ -445,7 +445,7 @@ class PolicyRcD(object):
def __exit__(self, type, value, traceback):
"""
- This method will be called when we enter the context, before we call `apt-get …`
+ This method will be called when we exit the context, after `apt-get …` is done
"""
# if policy_rc_d is null then we don't need to modify policy-rc.d