Add git pull
diff --git a/Dockerfile b/Dockerfile
index 45de0df..1645a05 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -116,6 +116,8 @@
 
 # git clone uses cached copy, doesn't pick up latest
 RUN git -C /opt/ansible pull
+RUN git -C /opt/ansible/lib/ansible/modules/core pull
+RUN git -C /opt/ansible/v2/ansible/modules/core pull
 
 EXPOSE 8000