mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 22:51:23 -07:00
removed signal trapping
This commit is contained in:
parent
8f1e74582e
commit
effa64383c
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ class CLI(object):
|
||||||
display.display(u"No config file found; using defaults")
|
display.display(u"No config file found; using defaults")
|
||||||
|
|
||||||
# Manage user interruptions
|
# Manage user interruptions
|
||||||
signal.signal(signal.SIGTERM, self._terminate)
|
#signal.signal(signal.SIGTERM, self._terminate)
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def ask_vault_passwords(ask_new_vault_pass=False, rekey=False):
|
def ask_vault_passwords(ask_new_vault_pass=False, rekey=False):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue