Skip to content

Commit

Permalink
Updated defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
pjan committed Mar 13, 2014
1 parent 95d7c67 commit cc7d46c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

apt_reset_source_list: no # reset the /etc/apt/sources.list to the default
apt_cache_valid_time: 3600 # Time (in seconds) the apt cache stays valid
apt_install_recommends: yes # whether or not to install the "recommended" packages
apt_install_suggests: yes # whether or not to install the "suggested" packages
apt_install_recommends: no # whether or not to install the "recommended" packages
apt_install_suggests: no # whether or not to install the "suggested" packages

0 comments on commit cc7d46c

Please sign in to comment.