Skip to content

Commit

Permalink
Ensure java and podman are installed
Browse files Browse the repository at this point in the history
  • Loading branch information
shaior committed Feb 5, 2025
1 parent 5b930ac commit 07c2bc4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions playbooks/infra/deploy-bm-hypervisor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,14 @@
dest: /home/{{ ansible_user }}/.ssh/id_rsa.pub
mode: "0600"

- name: Ensure packages are installed
ansible.builtin.dnf:
name: "{{ item }}"
state: present
loop:

Check failure on line 347 in playbooks/infra/deploy-bm-hypervisor.yml

View workflow job for this annotation

GitHub Actions / Ansible Lint

yaml[trailing-spaces]

Trailing spaces
- java
- podman

handlers:
- name: Remove installation ISO
ansible.builtin.file:
Expand Down

0 comments on commit 07c2bc4

Please sign in to comment.