add role to configure jessie-backports
This commit is contained in:
commit
b6b4e312b1
2 changed files with 9 additions and 0 deletions
7
tasks/main.yml
Normal file
7
tasks/main.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
- name: install jessie-backports apt list
|
||||
copy: src=jessie-backports.list dest=/etc/apt/sources.list.d/
|
||||
register: jessie_backports_list
|
||||
|
||||
- name: apt-get update
|
||||
apt: update_cache=yes
|
||||
when: jessie_backports_list|changed
|
Loading…
Add table
Add a link
Reference in a new issue