feat: change default sample file to provide a better example of custom variables
All checks were successful
test / Linting (push) Successful in 10s
test / Molecule tests (default, debian11) (push) Successful in 53s
test / Molecule tests (default, debian12) (push) Successful in 1m11s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m11s
test / Molecule tests (default, ubuntu2204) (push) Successful in 56s
test / Molecule tests (with_custom_repo, debian12) (push) Successful in 53s
test / Molecule tests (with_custom_repo, debian11) (push) Successful in 1m15s
test / Molecule tests (with_custom_repo, ubuntu2004) (push) Successful in 1m21s
test / Molecule tests (with_custom_repo, ubuntu2204) (push) Successful in 1m13s

This commit is contained in:
Bertrand Lanson 2023-12-01 18:52:51 +01:00
parent c02bd5b0e2
commit 5dd14ee70b

View File

@ -5,17 +5,25 @@
# ubuntu: "http://fr.archive.ubuntu.com/ubuntu"
# debian: "http://deb.debian.org/debian"
# manage_repositories_custom_repo:
# - uri: "https://apt.releases.hashicorp.com"
# gpg_key: "https://apt.releases.hashicorp.com/gpg"
# - name: docker
# uri: "https://download.docker.com/linux/{{ ansible_distribution|lower }}"
# comments: "{{ ansible_distribution|lower }} docker repository"
# types:
# - deb
# suites:
# - "{{ ansible_distribution_release }}"
# components:
# - stable
# options:
# Signed-By: "https://download.docker.com/linux/{{ ansible_distribution|lower }}/gpg"
# - name: hashicorp
# uri: "https://apt.releases.hashicorp.com"
# comments: "hashicorp repository"
# type: "deb"
# suites: "{{ ansible_distribution_release }}"
# components: "main"
# filename: "hashicorp"
# - uri: "https://download.docker.com/linux/ubuntu"
# gpg_key: "https://download.docker.com/linux/ubuntu/gpg"
# comments: "ubuntu docker repository"
# type: "deb"
# suites: "{{ ansible_distribution_release }}"
# components: "stable"
# filename: "docker"
# types:
# - deb
# suites:
# - "{{ ansible_distribution_release }}"
# components:
# - main
# options:
# Signed-By: "https://apt.releases.hashicorp.com/gpg"