style 💎: Update package installation order

Reordered package installations to ensure correct dependency resolution
This commit is contained in:
2025-11-07 05:49:23 +01:00
parent af20d1dd86
commit 47cdaee59c

View File

@@ -1,8 +1,8 @@
--- ---
- name: Install pexpect # required for verify.yml # - name: Install pexpect # required for verify.yml
ansible.builtin.apt: # ansible.builtin.apt:
pkg: pexpect # pkg: pexpect
state: latest # state: latest
- name: Install required packages - name: Install required packages
ansible.builtin.apt: ansible.builtin.apt: