fcc4d8d4f5
apt_repo used to describe single repository, supports pinning managed_apt used to cleanup other repos, and ensure that we are using only one
18 lines
292 B
YAML
18 lines
292 B
YAML
# This resource will clean
|
|
id: apt_repo_manager
|
|
handler: ansible
|
|
version: 1.0.0
|
|
input:
|
|
ip:
|
|
schema: str!
|
|
value:
|
|
repos:
|
|
schema: [str!]
|
|
value:
|
|
names:
|
|
schema: [str!]
|
|
value:
|
|
ensure_other_removed:
|
|
schema: bool
|
|
value: true
|