diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-04-03 13:07:18 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-04-03 13:07:18 +0200 |
| commit | 6e0d9ffea5d5153c409e74f0449fd44fc67adef3 (patch) | |
| tree | ecfb4eb57276fe83c373182a7af40b847b3b2e8d /README.md | |
| parent | de9dbee2a3ce3ee94df9a8a566935ecc5310255f (diff) | |
[skip-ci] Minor updates to readme file
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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.<br> 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 |
