Commit 5aefc741 authored by nimrod's avatar nimrod
Browse files

Fix missing package.

iproute2 provides iproute.
parent bffe5283
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
- name: Install requirements for more complete facts
  apt:
      name:
          - iproute
          - iproute2
          - lsb-release
      state: present
      update_cache: yes