You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

main.yaml 213B

3 years ago
12345678910111213
  1. ---
  2. - name: desktop packages
  3. apt:
  4. pkg: "{{ desktop_packages }}"
  5. - import_role:
  6. name: atom_editor
  7. - name: ensure dunst package is absent for nicer notifications
  8. apt:
  9. pkg: dunst
  10. state: absent