From f2ca4bda1042df9038946147f2b0e95ccbe00538 Mon Sep 17 00:00:00 2001 From: ePietry Date: Thu, 28 Mar 2024 17:45:48 +0100 Subject: [PATCH] Update README --- ansible/README.MD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/README.MD b/ansible/README.MD index 977a038..a00bee9 100644 --- a/ansible/README.MD +++ b/ansible/README.MD @@ -147,12 +147,12 @@ 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 +ansible-playbook playbooks/ostree_construction.yaml ``` ## Generate the Installer ISO image Generate the ISO image of the installer by using the following playbook : ``` -ansible-playbook playbooks/ostree_construction.yaml +ansible-playbook playbooks/gen_iso_image.yaml ``` \ No newline at end of file