Fix typo.
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
[defaults]
|
[defaults]
|
||||||
inventory=hosts
|
inventory=hosts
|
||||||
interpreter_python=auto_silent
|
interpreter_python=auto_silent
|
||||||
|
inject_facts_as_vars=True
|
||||||
|
|
||||||
[inventory]
|
[inventory]
|
||||||
localhost_warning=False
|
localhost_warning=False
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
set_fact:
|
set_fact:
|
||||||
services_report_file: "{{ user_user.home }}/Reports/{{ ansible_hostname }}.services.txt"
|
services_report_file: "{{ user_user.home }}/Reports/{{ ansible_hostname }}.services.txt"
|
||||||
services_enabled_file: "{{ user_user.home }}/Reports/{{ ansible_hostname }}.services-enabled.txt"
|
services_enabled_file: "{{ user_user.home }}/Reports/{{ ansible_hostname }}.services-enabled.txt"
|
||||||
services_command: "echo 'Service Manager {{ ansisible_service_mgr }} Not Recognized'"
|
services_command: "echo 'Service Manager {{ ansible_service_mgr }} Not Recognized'"
|
||||||
|
|
||||||
- name: General | Tests | Services | Set Facts | SystemD
|
- name: General | Tests | Services | Set Facts | SystemD
|
||||||
set_fact:
|
set_fact:
|
||||||
|
|||||||
Reference in New Issue
Block a user