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: