From b213ce43d9b4f9d79b6fcb63ef33e615ed51ee3d Mon Sep 17 00:00:00 2001 From: ePietry Date: Thu, 28 Mar 2024 17:54:48 +0100 Subject: [PATCH] Gen_Iso update --- ansible/README.MD | 5 ++++- ansible/playbooks/gen_iso_image.yaml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ansible/README.MD b/ansible/README.MD index a00bee9..3bace0e 100644 --- a/ansible/README.MD +++ b/ansible/README.MD @@ -155,4 +155,7 @@ ansible-playbook playbooks/ostree_construction.yaml Generate the ISO image of the installer by using the following playbook : ``` ansible-playbook playbooks/gen_iso_image.yaml -``` \ No newline at end of file +``` + +## Prepare the Kickstart script + diff --git a/ansible/playbooks/gen_iso_image.yaml b/ansible/playbooks/gen_iso_image.yaml index 550e797..b249cfe 100644 --- a/ansible/playbooks/gen_iso_image.yaml +++ b/ansible/playbooks/gen_iso_image.yaml @@ -9,7 +9,7 @@ - name: Create /tmp/microshift_bluprint.toml ansible.builtin.file: path: /tmp/microshift_bluprint.toml - state: file + state: touch mode: "0755" - name: Write blueprint content to /tmp/microshift_bluprint file ansible.builtin.copy: