Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

35 řádky
782B

  1. ---
  2. - name: mainentance user
  3. user:
  4. name: mainentance
  5. system: yes
  6. createhome: yes
  7. home: /var/lib/mainentance
  8. notify: restart lightdm
  9. - name: mainentance directory
  10. file:
  11. path: /usr/local/share/mainentance
  12. state: directory
  13. notify: restart lightdm
  14. - name: mainentance xsession desktop
  15. template:
  16. src: mainentance.desktop.j2
  17. dest: /usr/local/share/mainentance/mainentance.desktop
  18. notify: restart lightdm
  19. - name: mainentance xsession script
  20. template:
  21. src: mainentance-xsession.sh.j2
  22. dest: /usr/local/share/mainentance/xsession
  23. mode: u=rwx,g=rx,o=rx
  24. notify: restart lightdm
  25. - name: mainentance xbindkeys
  26. template:
  27. src: mainentance.xbindkeys.j2
  28. dest: /usr/local/share/mainentance/xbindkeys
  29. notify: restart lightdm