Updating variable name
This commit is contained in:
parent
e0ecbe4eab
commit
fa2c462f90
3 changed files with 3 additions and 3 deletions
|
@ -33,7 +33,7 @@ base_core_hostname: ""
|
|||
# ====
|
||||
|
||||
# Allows the MOTD to be configured
|
||||
base_core_motd_enabled: true
|
||||
base_core_motd_configure: true
|
||||
|
||||
# Banner to add to MOTD
|
||||
base_core_motd_banner: ""
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
file: core_motd.yml
|
||||
apply:
|
||||
tags: motd
|
||||
when: base_core_motd_enabled == true
|
||||
when: base_core_motd_configure == true
|
||||
tags:
|
||||
- motd
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue