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:
|
tags:
|
||||||
- hostname
|
- hostname
|
||||||
|
|
||||||
# Gather facts now that the hostname may have changed
|
# Gather facts now because the hostname may have changed
|
||||||
- name: Gather facts
|
- name: Gather facts
|
||||||
setup:
|
setup:
|
||||||
when: hostname_change.changed
|
when: hostname_change.changed
|
||||||
|
@ -77,7 +77,7 @@
|
||||||
tags:
|
tags:
|
||||||
- web_management
|
- web_management
|
||||||
|
|
||||||
- name: Disable passsword for management account
|
- name: Disable password for management account
|
||||||
user:
|
user:
|
||||||
name: "{{ base_core_management_user }}"
|
name: "{{ base_core_management_user }}"
|
||||||
password_lock: yes
|
password_lock: yes
|
||||||
|
|
Loading…
Reference in a new issue