main.yml 524 B

12345678910111213
  1. ---
  2. - name: Dependencies installed
  3. community.general.pkgng:
  4. name: "snapcast py38-gstreamer1 gstreamer1-plugins-lame gstreamer1-plugins-good gstreamer1-plugins-bad gstreamer1-plugins-mpg123 gstreamer1-plugins-mpg123 gstreamer1-plugins-shout2 gstreamer1-plugins-flac gstreamer1-plugins-inspect gstreamer1-plugins-soup"
  5. state: latest
  6. - name: Snapserver immortal file installed
  7. copy:
  8. src: immortal.yml
  9. dest: /usr/local/etc/immortal/snapserver.yml
  10. owner: root
  11. mode: 0600
  12. notify: Immortal restarted