Skip to content
Snippets Groups Projects
motd.yml 188 B
Newer Older
  • Learn to ignore specific revisions
  • ngyimesi's avatar
    ngyimesi committed
    - name: setup motd
      copy:
        src: ascii-art.txt
        dest: /etc/kszk-logo
        mode: 0755
    
    - name: setup motd
      copy:
        src: motd.sh
        dest: /etc/update-motd.d/01-banner
        mode: 0755