From 42cc79bd215e37b80536bec944242375847178eb Mon Sep 17 00:00:00 2001 From: ePietry Date: Wed, 27 Mar 2024 11:30:54 +0100 Subject: [PATCH] update README --- ansible/README.MD | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ansible/README.MD b/ansible/README.MD index 94bdb10..3428682 100644 --- a/ansible/README.MD +++ b/ansible/README.MD @@ -102,3 +102,11 @@ Create the initial ostree repo using `blueprint_example.toml` use the following ``` ansible-playbook playbooks/initial_ostree.yaml -e blueprint=blueprint_example.toml ``` + + +## Build the RPMS + +To build RPM for kiosk-config, microshift-manifests and Google Chrome, run the `build_RPMS.yaml` playbook +``` +ansible-playbook playbooks/build_RPMS.yaml +``` \ No newline at end of file