Skip to content

Commit

Permalink
Merge pull request #191 from fnordahl/fix-dependencies-playbook
Browse files Browse the repository at this point in the history
playbooks/dependencies: Update package cache on deb systems.
  • Loading branch information
dceara authored Jan 3, 2024
2 parents afb5c54 + dbabdbd commit df2219d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ovn-fake-multinode-utils/playbooks/install-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@
when: ansible_os_family == "RedHat"

- name: Install required packages
ansible.builtin.package:
ansible.builtin.apt:
name:
- git
- gcc
- openvswitch-switch
- python3-yaml
- python3-all-dev
update_cache: true
state: present
when: ansible_os_family == "Debian"

Expand Down

0 comments on commit df2219d

Please sign in to comment.