updated to accomodate introduction of prod/dev inventory split

This commit is contained in:
Radar231 2023-07-16 08:41:19 -04:00
parent ea17d5c412
commit bca83e24f0
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
# ie,
# ansible-playbook -i 192.168.1.123, setup_host.yml
# or
# ansible-playbook -l (host) -i inventory/delfax.yml setup_host.yml
# ansible-playbook -l (host) -i inventory/prod.yml setup_host.yml
#
###########################################################################