Grammer corrections

This commit is contained in:
Tyler Hale 2022-08-22 13:15:23 -06:00
parent fe453157ba
commit e4821a8f05
Signed by: Tyler
GPG key ID: C7CC4B910D88EF96

View file

@ -9,7 +9,7 @@
tags:
- hostname
# Gather facts now that the hostname may have changed
# Gather facts now because the hostname may have changed
- name: Gather facts
setup:
when: hostname_change.changed
@ -77,7 +77,7 @@
tags:
- web_management
- name: Disable passsword for management account
- name: Disable password for management account
user:
name: "{{ base_core_management_user }}"
password_lock: yes