File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11## apt-file
22
3- [ ![ Build Status] ( https://travis-ci.org/Oefenweb/ansible-apt-file.svg?branch=master )] ( https://travis-ci.org/Oefenweb/ansible-apt-file ) [ ![ Ansible Galaxy] ( http://img.shields.io/badge/ansible--galaxy-apt--file-blue.svg )] ( https://galaxy.ansible.com/list#/roles/2304 )
3+ [ ![ Build Status] ( https://travis-ci.org/Oefenweb/ansible-apt-file.svg?branch=master )] ( https://travis-ci.org/Oefenweb/ansible-apt-file ) [ ![ Ansible Galaxy] ( http://img.shields.io/badge/ansible--galaxy-apt--file-blue.svg )] ( https://galaxy.ansible.com/tersmitten/apt-file )
44
55Set up apt-file in Debian-like systems.
66
Original file line number Diff line number Diff line change 22---
33- name : install
44 apt :
5- name : apt-file
6- state : latest
5+ name : " {{ item }} "
6+ state : " {{ apt_install_state | default(' latest') }} "
77 update_cache : true
88 cache_valid_time : " {{ apt_update_cache_valid_time | default(3600) }}"
99 register : result
10+ with_items : " {{ apt_file_dependencies }}"
1011 tags :
1112 - configuration
1213 - apt-file
Original file line number Diff line number Diff line change 11# vars file for apt-file
22---
3+ apt_file_dependencies :
4+ - apt-file
You can’t perform that action at this time.
0 commit comments