---

- hosts: '{{ ip_addr }}'
  become: yes
  become_method: sudo
  gather_facts: yes

  tasks:

    - name: "[CONFIG MOTD] Config motd"
      import_role:
        name: config-motd