Update molecule configuration to work with 3.0.

master
Jeff Geerling 2020-02-20 14:28:45 -06:00
parent b155672cb9
commit 541b6affb2
2 changed files with 18 additions and 0 deletions

6
.yamllint Normal file
View File

@ -0,0 +1,6 @@
---
extends: default
rules:
line-length:
max: 120
level: warning

View File

@ -0,0 +1,12 @@
---
- name: Converge
hosts: all
become: true
pre_tasks:
- name: Update apt cache.
apt: update_cache=true cache_valid_time=600
when: ansible_os_family == 'Debian'
roles:
- role: geerlingguy.munin