base: configure motd
This commit is contained in:
parent
cc6f96bbc8
commit
14b6a68040
2 changed files with 1 additions and 4 deletions
1
base.yml
1
base.yml
|
@ -5,6 +5,7 @@
|
|||
roles:
|
||||
- baseconfig
|
||||
- basesecurity
|
||||
- update_motd
|
||||
|
||||
# Plug LDAP on all servers
|
||||
- hosts: all,!unifi
|
||||
|
|
|
@ -29,10 +29,6 @@
|
|||
retries: 3
|
||||
until: apt_result is succeeded
|
||||
|
||||
- name: Configure MOTD
|
||||
include_role:
|
||||
name: update_motd
|
||||
|
||||
# Configure APT mirrors on Debian Stretch
|
||||
- name: Configure APT mirrors
|
||||
when:
|
||||
|
|
Loading…
Reference in a new issue