Grammer corrections
This commit is contained in:
parent
fe453157ba
commit
e4821a8f05
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue