diff --git a/README.md b/README.md index 1d1175b..47a2c5e 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,16 @@ high-level things: ### Requirements +Package dependencies (names are from dnf/yum): + - systemd-ukify + - sbsigntools + - systemd-boot + - openssl + - expect + - virt-firmware + - uki-direct + - binutils + This role requires that secure boot be enabled on each host. There are not many reasons to use UKIs without secure boot, so this was assumed. If you would like support for unsigned UKIs, please submit an issue/PR. diff --git a/roles/uki_config/tasks/main.yaml b/roles/uki_config/tasks/main.yaml index b16801c..94cc3f7 100644 --- a/roles/uki_config/tasks/main.yaml +++ b/roles/uki_config/tasks/main.yaml @@ -1,18 +1,3 @@ -- name: Install dependencies - become: true - block: - - name: Install required packages - ansible.builtin.dnf: - name: - - systemd-ukify - - sbsigntools - - systemd-boot - - openssl - - expect - - virt-firmware - - uki-direct - - binutils - - name: Gather keys and certificates become: true block: