From b059a82ed87e7ef9b1dfca72d02ebaa7f03f0327 Mon Sep 17 00:00:00 2001 From: ePietry Date: Wed, 27 Mar 2024 15:32:27 +0100 Subject: [PATCH] typo --- ansible/README.MD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ansible/README.MD b/ansible/README.MD index d4a89a2..5d1b4c9 100644 --- a/ansible/README.MD +++ b/ansible/README.MD @@ -93,8 +93,7 @@ MYIP="$(ip -4 -br addr show scope global | awk 'NR == 1 { split($3, parts, "/"); ``` ## Ansible Config -Create a `inventory.yaml` file inside the Ansible folder or define the inventory path inside the `ansible.cfg` file - +Create a `inventory.yaml` file inside the Ansible folder or define the inventory path inside the `ansible.cfg` file Create a `config.yaml` file inside the Ansible folder following this model: ```yaml @@ -108,7 +107,7 @@ ADMIN_PASSWORD: ## Create the initial ostree repo -Add blueprint file into the blueprint folder or use the `blueprint_example.toml` +Add blueprint file into the blueprint folder or use the `blueprint_example.toml` The blueprint use in this opperation is define in `config.yaml` as `blueprint:` Create the initial ostree repo using `blueprint_example.toml` use the following command: