disable fact gathering for grokmirror update since root user isn't used

This commit is contained in:
Tim Flink 2014-11-03 19:58:53 +00:00
parent 78d15aa75a
commit 57d2f64097

View file

@ -5,6 +5,7 @@
hosts: "{{ target }}"
sudo: true
sudo_user: "{{ grokmirror_user }}"
gather_facts: false
tasks:
- name: update grokmirror repos