Compare commits
No commits in common. "e45cf5c0d80004a131891207172f38084bdf3f35" and "72c3847108fcd7912270788a8c542124b590d46b" have entirely different histories.
e45cf5c0d8
...
72c3847108
4 changed files with 691 additions and 708 deletions
1387
inventory.yml
1387
inventory.yml
File diff suppressed because it is too large
Load diff
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue