From 5c645fdd2b1f22225d87c2700bddb224ece10df3 Mon Sep 17 00:00:00 2001 From: Jack-Benny Persson Date: Thu, 17 Mar 2022 03:08:41 +0100 Subject: [PATCH] Added role README --- roles/base/README.md | 12 ++++++++++++ roles/update_cache/README.md | 3 +++ 2 files changed, 15 insertions(+) create mode 100644 roles/base/README.md create mode 100644 roles/update_cache/README.md diff --git a/roles/base/README.md b/roles/base/README.md new file mode 100644 index 0000000..62bb688 --- /dev/null +++ b/roles/base/README.md @@ -0,0 +1,12 @@ +# Base role for jackbenny.demo collection +This is a just a demonstration of a role in a collection. The role installs +some common tools and package: + +* curl +* gnupg +* vim +* ca-certificates +* s-nail + +This role will run `jackbenny.demo.update_cache` first to update the package +manager cache. diff --git a/roles/update_cache/README.md b/roles/update_cache/README.md new file mode 100644 index 0000000..b73be44 --- /dev/null +++ b/roles/update_cache/README.md @@ -0,0 +1,3 @@ +# Update cache role for jackbenny.demo collection +This is a just a demonstration of a role in a collection. This role updates the +cache of `apt` and `dnf`.