Commit 2b96cbd1 authored by Jérome Perrin's avatar Jérome Perrin

etckeeper: don't set update_cache=no it's the default value

parent 1f6d11a8
......@@ -7,7 +7,7 @@
register: gitignore_file
- name: Install git
apt: name=git state=latest update_cache=no
apt: name=git state=latest
when: ansible_os_family == "Debian"
- name: Install git
......@@ -15,7 +15,7 @@
when: ansible_os_family == "RedHat"
- name: Install etckeeper
apt: name=etckeeper state=latest update_cache=no
apt: name=etckeeper state=latest
when: ansible_os_family == "Debian"
- name: Install etckeeper
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment