Advertisement
Guest User

Untitled

a guest
Nov 19th, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. - name: Removed unnecessary applications
  2. apt:
  3. name:
  4. - libreoffice*
  5. - gnome-initial-setup
  6. - thunderbird
  7. - firefox
  8. - rhythmbox
  9. state: absent
  10.  
  11. - name: Remove amazon Launcher
  12. file:
  13. state: absent
  14. path: /usr/share/applications/ubuntu-amazon-default.desktop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement