mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-02 12:14:25 -07:00
Merge cfc55b1763
into 84b5d38c51
This commit is contained in:
commit
bb7f9aa8da
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ def main():
|
||||||
)
|
)
|
||||||
|
|
||||||
name = module.params['name']
|
name = module.params['name']
|
||||||
if name == 'cgi' and _run_threaded(module):
|
if name == 'cgi' and module.params['state'] == 'present' and _run_threaded(module):
|
||||||
module.fail_json(msg="Your MPM seems to be threaded. No automatic actions on module cgi possible.")
|
module.fail_json(msg="Your MPM seems to be threaded. No automatic actions on module cgi possible.")
|
||||||
|
|
||||||
if not module.params['identifier']:
|
if not module.params['identifier']:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue