1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
This commit is contained in:
Maor Lipchuk 2017-09-06 02:28:21 +03:00 committed by Dag Wieers
parent 6e84baddb6
commit 625a23f155

View file

@ -508,7 +508,7 @@ class ACIModule(object):
def delete_config(self):
"""
This method is used to handle the logic when the modules state is equal to absent. The method only pushes a change if
the object exists, and if check_mode is Fasle. A successful change will mark the module as changed.
the object exists, and if check_mode is False. A successful change will mark the module as changed.
"""
self.result['proposed'] = {}