25개 이상의 토픽을 선택하실 수 없습니다. 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.

14 lines
213B

  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