diff options
Diffstat (limited to 'infrastructure/roles/motd/tasks')
| -rw-r--r-- | infrastructure/roles/motd/tasks/main.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/infrastructure/roles/motd/tasks/main.yaml b/infrastructure/roles/motd/tasks/main.yaml new file mode 100644 index 0000000..1fb0a81 --- /dev/null +++ b/infrastructure/roles/motd/tasks/main.yaml @@ -0,0 +1,5 @@ +- name: set motd + ansible.builtin.copy: + content: | + Bienvenido a ñix.es + dest: /etc/motd |
