Compare commits
3 commits
72c3847108
...
e45cf5c0d8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e45cf5c0d8 | ||
|
|
b0c45eef59 | ||
|
|
46c34fe0b5 |
4 changed files with 708 additions and 691 deletions
1387
inventory.yml
1387
inventory.yml
File diff suppressed because it is too large
Load diff
|
|
@ -32,7 +32,7 @@
|
|||
cmd: >
|
||||
systemd-run -P --wait
|
||||
-p SetCredential=cryptenroll.passphrase:{{ encrypt_passphrase | default(encrypt_passphrase_initial) }}
|
||||
systemd-cryptenroll --tpm2-device=auto --tpm2-pcrs=7 {{ encrypt_device }} --wipe-slot=tpm2
|
||||
systemd-cryptenroll --tpm2-device=auto --tpm2-pcrs="" {{ encrypt_device }} --wipe-slot=tpm2
|
||||
no_log: true
|
||||
when: "'tpm2' not in encrypt_slots_result.stdout"
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ kde_desktop_pkg:
|
|||
- akonadi-backend-sqlite
|
||||
- arduino
|
||||
- bluefish
|
||||
- calligra
|
||||
# - calligra
|
||||
- codeblocks
|
||||
- dia
|
||||
- filius
|
||||
|
|
|
|||
|
|
@ -24,3 +24,11 @@
|
|||
replace: 'GRUB_CMDLINE_LINUX="i915.force_probe=4909"'
|
||||
notify: Run update-grub
|
||||
when: ansible_board_vendor == "LENOVO" and ansible_board_name == "32CB"
|
||||
|
||||
- name: Remove calligra
|
||||
ansible.builtin.apt:
|
||||
name:
|
||||
- calligra
|
||||
state: absent
|
||||
purge: true
|
||||
autoremove: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue