Skip to content

Commit

Permalink
fix: logrotate installation on Ubuntu.
Browse files Browse the repository at this point in the history
  • Loading branch information
hadret committed Sep 24, 2020
1 parent f1bc487 commit 358dbdf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
---
- name: Converge
hosts: all

pre_tasks:
- name: update apt cache
apt: update_cache=yes cache_valid_time=600
when: ansible_distribution == 'Ubuntu'
changed_when: false

roles:
- role: ansible.logrotate

0 comments on commit 358dbdf

Please sign in to comment.