Fix previous commit.

This commit is contained in:
Jeff Geerling 2020-02-20 14:24:56 -06:00
parent c1e4227438
commit 1bf9093c36
2 changed files with 13 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,7 @@
---
- name: Converge
hosts: all
become: true
roles:
- role: geerlingguy.ansible