mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Add apt_repository documentation
This commit is contained in:
@@ -70,6 +70,27 @@ Example action from Ansible :doc:`playbooks`::
|
|||||||
apt pkg=nginx state=latest default-release=squeeze-backports update-cache=yes
|
apt pkg=nginx state=latest default-release=squeeze-backports update-cache=yes
|
||||||
apt pkg=openjdk-6-jdk state=latest install-recommends=no
|
apt pkg=openjdk-6-jdk state=latest install-recommends=no
|
||||||
|
|
||||||
|
|
||||||
|
.. _apt_repository:
|
||||||
|
|
||||||
|
apt_repository
|
||||||
|
```
|
||||||
|
|
||||||
|
Manages apt repositores
|
||||||
|
|
||||||
|
+--------------------+----------+---------+----------------------------------------------------------------------------+
|
||||||
|
| parameter | required | default | comments |
|
||||||
|
+====================+==========+=========+============================================================================+
|
||||||
|
| repo | yes | | The repository name/value |
|
||||||
|
+--------------------+----------+---------+----------------------------------------------------------------------------+
|
||||||
|
| state | no | present | 'absent' or 'present' |
|
||||||
|
+--------------------+----------+---------+----------------------------------------------------------------------------+
|
||||||
|
|
||||||
|
Example action from Ansible :doc:`playbooks`::
|
||||||
|
|
||||||
|
apt_repository repo=ppa:nginx/stable
|
||||||
|
apt_repository repo='deb http://archive.canonical.com/ubuntu hardy partner'
|
||||||
|
|
||||||
.. _assemble:
|
.. _assemble:
|
||||||
|
|
||||||
assemble
|
assemble
|
||||||
|
|||||||
Reference in New Issue
Block a user