main.yml - ansible-roles - A collection of ansible roles I have created over the years.
 (HTM) git clone git://jay.scot/ansible-roles
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       main.yml (98B)
       ---
            1 ---
            2 - name: restart quark
            3   systemd:
            4     name: quark
            5     state: restarted
            6     daemon_reload: true