more fixes

This commit is contained in:
2022-05-03 12:19:13 -04:00
parent a1201aa9f1
commit 57b16e1a92
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
--- ---
- name: Create inventory based on passed extra_vars - name: Create inventory based on passed extra_vars
hosts: localhost hosts: all
gather_facts: no gather_facts: no
become: no become: no
@ -19,6 +19,7 @@
name: "{{ provision_host }}" name: "{{ provision_host }}"
groups: groups:
- remdiation - remdiation
delegate_to: localhost
# =========================================================================== # # =========================================================================== #

View File

@ -1,6 +1,6 @@
--- ---
- name: Create inventory based on passed extra_vars - name: Create inventory based on passed extra_vars
hosts: localhost hosts: all
gather_facts: no gather_facts: no
become: no become: no
@ -19,6 +19,7 @@
name: "{{ provision_host }}" name: "{{ provision_host }}"
groups: groups:
- remdiation - remdiation
delegate_to: localhost
# =========================================================================== # # =========================================================================== #