Debian: remove a few apt updates

This commit is contained in:
Jannik Beyerstedt 2019-10-10 16:49:55 +02:00
parent ce06ba5b48
commit 0e73e521d3
5 changed files with 5 additions and 9 deletions

View File

@ -4,7 +4,7 @@
- name: essentials - Install essential utilities
package:
name: "{{ packages }}"
state: latest
state: present
vars:
packages:
- git

View File

@ -5,9 +5,7 @@
become: yes
apt:
name: "{{ packages }}"
state: latest
update_cache: yes
cache_valid_time: 3600
state: present
vars:
packages:
- git

View File

@ -4,7 +4,7 @@
- name: tools - Install basic utilities
homebrew:
name: "{{ packages }}"
state: latest
state: present
update_homebrew: yes
vars:
packages:

View File

@ -5,9 +5,7 @@
become: yes
apt:
name: "{{ packages }}"
state: latest
update_cache: yes
cache_valid_time: 3600
state: present
vars:
packages:
- wget

View File

@ -1,7 +1,7 @@
---
# Common/Usersettings: Universial Dotfiles. Update regularly.
- name: usersettings - Install/ Update oh-my-zsh for jannik
- name: usersettings - Install/ Update oh-my-zsh for current user
git:
repo: https://github.com/robbyrussell/oh-my-zsh.git
dest: .oh-my-zsh