From 74e599234f43c7ec00ccde9f35c34a195c6dc287 Mon Sep 17 00:00:00 2001 From: Ernest Pietryka <164904886+ePietry@users.noreply.github.com> Date: Wed, 27 Mar 2024 13:28:19 +0100 Subject: [PATCH] Update README.MD --- ansible/README.MD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/README.MD b/ansible/README.MD index fd36024..c15fe2a 100644 --- a/ansible/README.MD +++ b/ansible/README.MD @@ -112,9 +112,9 @@ ansible-playbook playbooks/build_RPMS.yaml ``` ## Repository Creation -to build a repository containing the RPMS we created, run the 'repo_creation.yaml' playbook and indicate the desiered repo directory suring the -e argument. +to build a repository containing the RPMS we created, run the `repo_creation.yaml` playbook and indicate the desiered repo directory using the `-e` argument. -For instance to create repository in the '/opt/custom-rpms/' directory use : +For instance to create repository in the `/opt/custom-rpms/` directory use : ``` ansible-playbook playbooks/repo_creation.yaml -e repo_location=/opt/custom-rpms/ ```