Skip to content

Commit

Permalink
Cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed May 24, 2020
1 parent 9121897 commit e531d06
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tasks/repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
---
- name: repository | install | dependencies
apt:
name: "{{ item }}"
name:
- dirmngr
state: "{{ apt_install_state | default('latest') }}"
update_cache: true
cache_valid_time: "{{ apt_update_cache_valid_time | default(3600) }}"
with_items:
- dirmngr
when: ansible_distribution == 'Debian' and ansible_distribution_version is version('9', '>=')
tags:
- percona-client-repository-install
Expand Down

0 comments on commit e531d06

Please sign in to comment.