Added role README

This commit is contained in:
Jack-Benny Persson 2022-03-17 03:08:41 +01:00
parent 4789552a6e
commit 5c645fdd2b
2 changed files with 15 additions and 0 deletions

12
roles/base/README.md Normal file
View File

@ -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.

View File

@ -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`.