Skip to content

Commit

Permalink
ajustando os pacotes para debian bookworm.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardfo committed Apr 18, 2023
1 parent 5f592cf commit 1b12975
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 35 deletions.
12 changes: 6 additions & 6 deletions tasks/pacotes_debian.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
- name: Instalação de pacotes via apt
apt:
pkg:
pkg:
- kolourpaint
- firmware-linux-nonfree
- webext-ublock-origin
- webext-ublock-origin-firefox
- webext-ublock-origin-chromium
- ntfs-3g
- dosfstools
- exfat-fuse
- exfat-utils
- exfatprogs
- chromium
- nomacs
- vim
- fonts-crosextra-carlito
- fonts-crosextra-caladea
Expand All @@ -23,10 +23,10 @@
- rar
- unrar
- pdftk

# Avaliar se precisamos desses pacotes:
# - texlive-full
# - texstudio-l10n
# - texstudio-l10n
# - praat
# - texstudio
# - inkscape
Expand Down
3 changes: 1 addition & 2 deletions tasks/printers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
apt:
pkg:
- cups
- task-print-server
- printer-driver-all
- foomatic-db-engine
- hp-ppd
Expand Down Expand Up @@ -69,7 +68,7 @@
- name: removing older printers
shell: lpadmin -x {{ item }}
loop: "{{ installed_printers.stdout_lines }}"
when:
when:
- item not in printers_to_keep
- not proaluno_remove_all_printers
ignore_errors: True
Expand Down
38 changes: 19 additions & 19 deletions tasks/qgis.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# Add an Apt signing key, uses whichever key is at the URL
- apt_key:
url: "https://qgis.org/downloads/qgis-2022.gpg.key"
state: present
#- apt_key:
# url: "https://qgis.org/downloads/qgis-2022.gpg.key"
# state: present
#
#- apt_repository:
# repo: deb https://qgis.org/debian buster main
# state: present
#
#- apt_repository:
# repo: deb-src https://qgis.org/debian buster main
# state: present
#
#- name: update
# apt:
# update_cache: yes
#
#- name: upgrade
# apt:
# upgrade: dist

- apt_repository:
repo: deb https://qgis.org/debian buster main
state: present

- apt_repository:
repo: deb-src https://qgis.org/debian buster main
state: present

- name: update
apt:
update_cache: yes

- name: upgrade
apt:
upgrade: dist

- name: Instalação de pacotes qgis
apt:
pkg:
Expand Down
11 changes: 3 additions & 8 deletions templates/sources.list.j2
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
deb http://security.debian.org/debian-security buster/updates main contrib
deb-src http://security.debian.org/debian-security buster/updates main contrib

deb http://deb.debian.org/debian/ buster-updates main contrib non-free
deb-src http://deb.debian.org/debian/ buster-updates main contrib non-free

deb http://deb.debian.org/debian/ buster main contrib non-free
deb-src http://deb.debian.org/debian/ buster main contrib non-free
deb http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware
deb http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware
deb https://security.debian.org/ bookworm-security main contrib non-free non-free-firmware

0 comments on commit 1b12975

Please sign in to comment.