ansible-playbook does not take a hostname arg

This commit is contained in:
Ibrahim Mkusa 2024-09-28 17:58:34 -04:00
parent f42e0a614e
commit ebee8e43fc

View File

@ -12,4 +12,4 @@ removes both the configs and packages installed
if you find yourself in a machine that has ansible pre-installed you could use if you find yourself in a machine that has ansible pre-installed you could use
it too to install it too to install
```ansible-playbook localhost install.yml -ask-become-pass``` ```ansible-playbook install.yml --ask-become-pass```