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