Refactored examples

This commit is contained in:
Michele Cereda
2023-01-14 12:11:10 +01:00
parent 639930bed8
commit 3e0e3d2b79
17 changed files with 2 additions and 16 deletions

View File

@@ -1,11 +0,0 @@
Package: *
Pin: release a=stable
Pin-Priority: 900
Package: *
Pin: release a=testing
Pin-Priority: 990
Package: *
Pin: release a=unstable
Pin-Priority: 499

View File

@@ -1,3 +0,0 @@
Package: firefox
Pin: release a=unstable
Pin-Priority: 990

View File

@@ -504,7 +504,7 @@ vars:
[working with versions]: https://docs.ansible.com/ansible/latest/collections/community/general/docsite/filter_guide_working_with_versions.html
<!-- internal references -->
[examples]: ../ansible/examples.yml
[examples]: ../ansible/templating.cheatsheet.yml
<!-- other references -->

View File

@@ -167,7 +167,7 @@ merge_type: 'list(append)+dict(recurse_array)+str()'
[website]: https://cloud-init.io/
<!-- internal references -->
[docker cloud init example]: ../cloud-init/docker.yaml
[docker cloud init example]: ../examples/cloud-init/docker.yum.yaml
<!-- external references -->
[cloud-init configuration merging]: https://jen20.dev/post/cloudinit-configuration-merging/