From 90e2f82db98657ce5639bd4e0e81baaee8be3bec Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Fri, 26 Aug 2016 22:29:55 +0300
Subject: [PATCH] - Depend on ansible-role-networkd.

---
 meta/main.yml  | 3 +++
 tasks/main.yml | 2 --
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta/main.yml b/meta/main.yml
index 1864e17..7f7e1d3 100644
--- a/meta/main.yml
+++ b/meta/main.yml
@@ -10,3 +10,6 @@ galaxy_info:
     - stretch
   galaxy_tags: [ nspawn ]
 dependencies:
+    - src: https://www.shore.co.il/git/ansible-role-networkd
+      scm: git
+      name: networkd
diff --git a/tasks/main.yml b/tasks/main.yml
index f0cf616..e89c062 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -10,9 +10,7 @@
 - name: APT install
   with_items:
     - systemd-container
-    - libnss-myhostname
     - libnss-mymachines
-    - libnss-resolve
     - btrfs-tools
     - debootstrap
     - yum
-- 
GitLab