roles/devbox/tasks/debian.yml

changeset 5
5ca52e9c51fa
parent 2
515d87b4bfc4
child 9
40d4e3ca3b42
equal deleted inserted replaced
4:ee7f92e88b1a 5:5ca52e9c51fa
1 --- 1 ---
2 2
3 # Not used here, but nice to have ready 3 # Not used here, but nice to have ready
4 - name: add backports 4 - name: add backports repo
5 apt_repository: 5 apt_repository:
6 repo: "deb http://http.debian.net/debian {{ansible_distribution_release}}-backports main" 6 repo: "deb http://http.debian.net/debian {{ansible_distribution_release}}-backports main"
7 tags: repos
8
9 - name: add pgdg repo
10 apt_repository:
11 repo: "deb http://apt.postgresql.org/pub/repos/apt/ {{ansible_distribution_release}}-pgdg main"
12 tags: repos
7 13
8 - name: apt upgrade 14 - name: apt upgrade
9 apt: upgrade=yes update_cache=yes cache_valid_time=3600 15 apt: upgrade=yes update_cache=yes cache_valid_time=3600
10 tags: packages, upgrade 16 tags: packages, upgrade
11 17

mercurial