mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fixup service docs
This commit is contained in:
parent
6dd26386af
commit
dde93ae55a
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ Manages apt-packages (such as for Debian/Ubuntu).
|
||||||
| update_cache | no | no | Run the equivalent of apt-get update before the operation. |
|
| update_cache | no | no | Run the equivalent of apt-get update before the operation. |
|
||||||
| | | | Can be run as part of the package installation or a seperate step |
|
| | | | Can be run as part of the package installation or a seperate step |
|
||||||
+--------------------+----------+---------+----------------------------------------------------------------------------+
|
+--------------------+----------+---------+----------------------------------------------------------------------------+
|
||||||
| purge | no | no | Will forge purge of configuration files if state is set to 'removed'. |
|
| purge | no | no | Will forge purge of configuration files if state is set to 'absent'. |
|
||||||
+--------------------+----------+---------+----------------------------------------------------------------------------+
|
+--------------------+----------+---------+----------------------------------------------------------------------------+
|
||||||
| default_release | no | | Corresponds to the -t option for apt and sets pin priorities |
|
| default_release | no | | Corresponds to the -t option for apt and sets pin priorities |
|
||||||
+--------------------+----------+---------+----------------------------------------------------------------------------+
|
+--------------------+----------+---------+----------------------------------------------------------------------------+
|
||||||
|
|
Loading…
Reference in a new issue