About Installing the Micro Editor by Ansible Script

You can install the micro editor on a server by Ansible script. Here is the directive:

1
2
3
4
5
6
    - name: Install micro editor
      shell: curl https://getmic.ro | bash > /dev/null 2>&1
      args:
        chdir: /usr/local/bin
        warn: no
        creates: /usr/local/bin/micro

Tips and Tricks Dev Ops Development Developer Experience Ansible Micro