spelling fix

This commit is contained in:
nazunalika 2021-01-24 12:07:32 -07:00
parent 55e851c012
commit 54aae004f0
4 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
hosts: "{{ host }}"
become: true
handers:
handlers:
- import_tasks: handlers/main.yml
pre_tasks:

View File

@ -4,7 +4,7 @@
hosts: "{{ host }}"
become: true
handers:
handlers:
- import_tasks: handlers/main.yml
pre_tasks:

View File

@ -6,7 +6,7 @@
vars_files:
- vars/buildsys.yml
handers:
handlers:
- import_tasks: handlers/main.yml
pre_tasks:

View File

@ -4,7 +4,7 @@
hosts: "idp"
become: true
handers:
handlers:
- import_tasks: handlers/main.yml
pre_tasks: