Compare commits

..

No commits in common. "e45cf5c0d80004a131891207172f38084bdf3f35" and "72c3847108fcd7912270788a8c542124b590d46b" have entirely different histories.

4 changed files with 691 additions and 708 deletions

File diff suppressed because it is too large Load diff

View file

@ -32,7 +32,7 @@
cmd: > cmd: >
systemd-run -P --wait systemd-run -P --wait
-p SetCredential=cryptenroll.passphrase:{{ encrypt_passphrase | default(encrypt_passphrase_initial) }} -p SetCredential=cryptenroll.passphrase:{{ encrypt_passphrase | default(encrypt_passphrase_initial) }}
systemd-cryptenroll --tpm2-device=auto --tpm2-pcrs="" {{ encrypt_device }} --wipe-slot=tpm2 systemd-cryptenroll --tpm2-device=auto --tpm2-pcrs=7 {{ encrypt_device }} --wipe-slot=tpm2
no_log: true no_log: true
when: "'tpm2' not in encrypt_slots_result.stdout" when: "'tpm2' not in encrypt_slots_result.stdout"

View file

@ -3,7 +3,7 @@ kde_desktop_pkg:
- akonadi-backend-sqlite - akonadi-backend-sqlite
- arduino - arduino
- bluefish - bluefish
# - calligra - calligra
- codeblocks - codeblocks
- dia - dia
- filius - filius

View file

@ -24,11 +24,3 @@
replace: 'GRUB_CMDLINE_LINUX="i915.force_probe=4909"' replace: 'GRUB_CMDLINE_LINUX="i915.force_probe=4909"'
notify: Run update-grub notify: Run update-grub
when: ansible_board_vendor == "LENOVO" and ansible_board_name == "32CB" when: ansible_board_vendor == "LENOVO" and ansible_board_name == "32CB"
- name: Remove calligra
ansible.builtin.apt:
name:
- calligra
state: absent
purge: true
autoremove: true