diff --git a/ansible/README.MD b/ansible/README.MD index dee765c..977a038 100644 --- a/ansible/README.MD +++ b/ansible/README.MD @@ -148,4 +148,11 @@ ansible-playbook playbooks/blueprint_preparation.yaml Create the ostree image and add it to the ostree repository with `ref = rhel/9/x86_64/edge-kiosk` by using the following playbook : ``` ansible-playbook playbooks/blueprint_preparation.yaml +``` + +## Generate the Installer ISO image + +Generate the ISO image of the installer by using the following playbook : +``` +ansible-playbook playbooks/ostree_construction.yaml ``` \ No newline at end of file