Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aitorpazos committed Aug 1, 2024
1 parent 354434e commit b369165
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion molecule_qemu/playbooks/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,8 @@
mode: "0644"

### wait for cloud-init to complete #######################################
- add_host:
- name: Add hosts to in-memory inventory for follow-up tasks
ansible.builtin.add_host:
name: "{{ item.name }}"
ansible_user: "root"
ansible_become: yes
Expand All @@ -455,5 +456,6 @@
- name: Wait for Cloud-init to complete
ansible.builtin.command: "cloud-init status --wait"
register: cloud_init_status
changed_when: false
delegate_to: "{{ item.name }}"
loop: "{{ molecule_instances }}"

0 comments on commit b369165

Please sign in to comment.