From 6e0d9ffea5d5153c409e74f0449fd44fc67adef3 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 3 Apr 2026 13:07:18 +0200 Subject: [skip-ci] Minor updates to readme file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 98e06b98..c9e04a2c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ If you are using `git-crypt`, setup your key, and override the encrypted files ( with your own version. If you are not using `git-crypt`, delete the `.gitattributes` file and override the encrypted files -with your own version. +with your own version.
Ex. `rm .gitattributes && cp host_vars/ubuntuiso.local.yml.example host_vars/ubuntuiso.local.yml` ## Playbook: distro-install @@ -45,7 +45,7 @@ cp /opt/distro-configure/host_vars/${DISTRO}.local.yml.example /opt/distro-confi cd /opt/distro-configure ansible-galaxy install -r requirements.yml -ansible-playbook site.yml --ask-become-pass +ansible-playbook site.yml --ask-become-pass --limit ${HOST} ``` ## Special Thanks to -- cgit v1.2.3