Initial commit
This commit is contained in:
11
roles/weareinteractive.apt/tasks/repositories.yml
Executable file
11
roles/weareinteractive.apt/tasks/repositories.yml
Executable file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
- name: Adding apt repository
|
||||
apt_repository:
|
||||
codename: "{{ item.codename | default(omit) }}"
|
||||
filename: "{{ item.filename | default(omit) }}"
|
||||
mode: "{{ item.mode | default(omit) }}"
|
||||
repo: "{{ item.repo | default(omit) }}"
|
||||
state: "{{ item.state | default(omit) }}"
|
||||
update_cache: "{{ item.update_cache | default('yes') }}"
|
||||
with_items: "{{ apt_repositories }}"
|
||||
Reference in New Issue
Block a user