mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
864b75e54b
commit
9f6f15f770
2 changed files with 4 additions and 3 deletions
|
@ -47,10 +47,10 @@ author: Afterburn
|
||||||
notes: []
|
notes: []
|
||||||
examples:
|
examples:
|
||||||
- code: "pacman: name=foo state=installed"
|
- code: "pacman: name=foo state=installed"
|
||||||
description: install package foo"
|
description: install package foo
|
||||||
- code: "pacman: name=foo state=absent"
|
- code: "pacman: name=foo state=absent"
|
||||||
description: remove package foo
|
description: remove package foo
|
||||||
- code: "pacman: name=foo,bar state=absent
|
- code: "pacman: name=foo,bar state=absent"
|
||||||
description: remove packages foo and bar
|
description: remove packages foo and bar
|
||||||
- code: "pacman: name=bar, state=installed, update_cache=yes"
|
- code: "pacman: name=bar, state=installed, update_cache=yes"
|
||||||
description: update the package db (pacman -Syy) then install bar (bar will be the updated if a newer version exists)
|
description: update the package db (pacman -Syy) then install bar (bar will be the updated if a newer version exists)
|
||||||
|
|
|
@ -30,7 +30,8 @@ version_added: "0.6"
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- also known as "key",
|
- |
|
||||||
|
also known as "key",
|
||||||
this is the short path, point separated to the sysctl entry eg: C(vm.swappiness)"
|
this is the short path, point separated to the sysctl entry eg: C(vm.swappiness)"
|
||||||
required: true
|
required: true
|
||||||
default: null
|
default: null
|
||||||
|
|
Loading…
Reference in a new issue