mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-25 21:22:44 +00:00
Fix M(). (#591)
* Fix M(). * Break long line. * Fix the remaining M(...). * Break long line.
This commit is contained in:
parent
e3d36a3408
commit
097aebadb0
126 changed files with 155 additions and 198 deletions
|
|
@ -46,7 +46,7 @@ options:
|
|||
C(finalize) will remove the unfinished_filename file, create a symlink to the newly
|
||||
deployed release and optionally clean old releases,
|
||||
C(clean) will remove failed & old releases,
|
||||
C(absent) will remove the project folder (synonymous to the M(file) module with C(state=absent))
|
||||
C(absent) will remove the project folder (synonymous to the M(ansible.builtin.file) module with C(state=absent))
|
||||
choices: [ present, finalize, absent, clean, query ]
|
||||
default: present
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ module: nginx_status_facts
|
|||
deprecated:
|
||||
removed_in: 3.0.0 # was Ansible 2.13
|
||||
why: Deprecated in favour of C(_info) module.
|
||||
alternative: Use M(nginx_status_info) instead.
|
||||
alternative: Use M(community.general.nginx_status_info) instead.
|
||||
short_description: Retrieve nginx status facts.
|
||||
description:
|
||||
- Gathers facts from nginx from an URL having C(stub_status) enabled.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue