mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
@@ -34,7 +34,7 @@ DOCUMENTATION = '''
|
|||||||
module: yum_repository
|
module: yum_repository
|
||||||
author: Jiri Tyr (@jtyr)
|
author: Jiri Tyr (@jtyr)
|
||||||
version_added: '2.1'
|
version_added: '2.1'
|
||||||
short_description: Add and remove YUM repositories
|
short_description: Add or remove YUM repositories
|
||||||
description:
|
description:
|
||||||
- Add or remove YUM repositories in RPM-based Linux distributions.
|
- Add or remove YUM repositories in RPM-based Linux distributions.
|
||||||
|
|
||||||
@@ -437,7 +437,7 @@ EXAMPLES = '''
|
|||||||
yum_repository:
|
yum_repository:
|
||||||
name: epel
|
name: epel
|
||||||
state: absent
|
state: absent
|
||||||
notify: yum-clean-all
|
notify: yum-clean-metadata
|
||||||
|
|
||||||
- name: Remove repository from a specific repo file
|
- name: Remove repository from a specific repo file
|
||||||
yum_repository:
|
yum_repository:
|
||||||
|
|||||||
Reference in New Issue
Block a user