Skip to content

Commit

Permalink
Fix molecule tests on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmoguy committed Oct 28, 2024
1 parent 0640f7c commit ed746a3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
- "netplan.io"
when: ansible_distribution == "Ubuntu"

- name: "Start udev"
ansible.builtin.systemd:
name: "udev.service"
state: "started"
when: ansible_distribution == "Ubuntu"

- name: "Add virtual network interface"
ansible.builtin.command: "ip tuntap add eno1 mode tap"
args:
Expand Down

0 comments on commit ed746a3

Please sign in to comment.