Skip to content

Commit

Permalink
Merge pull request #529 from cooktheryan/arm_fail
Browse files Browse the repository at this point in the history
fix of arm err on previous run
  • Loading branch information
rhatdan authored Jun 3, 2024
2 parents a2f7761 + 462b229 commit bd40fa9
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,22 @@
gather_facts: false

tasks:

- name: Wait until the instance is ready
ansible.builtin.wait_for_connection:
delay: 10
timeout: 60

- name: Gather facts for first time
ansible.builtin.setup:

- name: Required Packages
ansible.builtin.package:
name: podman
name: "{{ item }}"
state: present
with_items:
- podman
- python3-libdnf5

- name: Models host directory
ansible.builtin.file:
Expand Down

0 comments on commit bd40fa9

Please sign in to comment.