From fdba5737deac9649111c266bfee5dc4e34e3d3dd Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Fri, 11 Dec 2020 14:08:16 +0100 Subject: [PATCH] Update documentation. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 092084e..1102e78 100644 --- a/README.md +++ b/README.md @@ -70,11 +70,12 @@ grub_recordfail_timeout: "{{ grub_timeout }}" ## [Requirements](#requirements) -- Access to a repository containing packages, likely on the internet. -- A recent version of Ansible. (Tests run on the current, previous and next release of Ansible.) +- pip packages listed in [requirements.txt](https://github.com/robertdebock/ansible-role-grub/blob/master/requirements.txt). ## [Status of requirements](#status-of-requirements) +The following roles are used to prepare a system. You may choose to prepare your system in another way, I have tested these roles as well. + | Requirement | Travis | GitHub | |-------------|--------|--------| | [robertdebock.bootstrap](https://galaxy.ansible.com/robertdebock/bootstrap) | [![Build Status Travis](https://travis-ci.com/robertdebock/ansible-role-bootstrap.svg?branch=master)](https://travis-ci.com/robertdebock/ansible-role-bootstrap) | [![Build Status GitHub](https://github.com/robertdebock/ansible-role-bootstrap/workflows/Ansible%20Molecule/badge.svg)](https://github.com/robertdebock/ansible-role-bootstrap/actions) |