Fixes
All checks were successful
Ansible Code Pipeline / Ansible-Development-Pipeline (push) Successful in 15s
All checks were successful
Ansible Code Pipeline / Ansible-Development-Pipeline (push) Successful in 15s
This commit is contained in:
@ -8,13 +8,9 @@
|
||||
{{ motd_host_uptime | regex_replace(motd_nonday_filter, motd_nonday_filter_repl) }}
|
||||
{% endif %}
|
||||
|
||||
|
||||
- name: Update MOTD
|
||||
ansible.builtin.template:
|
||||
src: templates/motd.j2
|
||||
dest: "{{ motd_motd_file }}"
|
||||
mode: "0644"
|
||||
changed_when: false
|
||||
|
||||
|
||||
...
|
||||
|
Reference in New Issue
Block a user