make it all or host var

This commit is contained in:
Louis Abel 2023-04-19 17:51:27 -07:00
parent a669e4cbeb
commit 1579d87cce
Signed by: label
GPG Key ID: 6735C0E1BD65D048
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# provide an ansible host group name. You can also just use "all" if you
# want to ensure all systems are up to date on the configuration.
- name: Configure system
hosts: all
hosts: "{{ host|default('all') }}"
become: true
# This is to try to avoid the handler issue in pre/post tasks