commit 492216ee5051bc8cd5eaa601b8bfe5402edaa57d
parent 1eb1ac6b4af731ddc34650c9fc994645e719b941
Author: MichaĆ M. Sapka <michal@sapka.me>
Date: Wed, 22 Mar 2023 14:21:23 +0100
chore: ansible lint
Diffstat:
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/roles/ansible/tasks/main.yaml b/roles/ansible/tasks/main.yaml
@@ -4,6 +4,6 @@
community.general.pkgng:
state: present
name:
- - git
- - "py39-ansible"
+ - git
+ - "py39-ansible"
when: ansible_distribution == "FreeBSD"
diff --git a/site.yml b/site.yml
@@ -1,7 +1,10 @@
+---
- hosts: all
+ name: All hosts
roles:
- - common
+ - common
- hosts: ansibles
+ name: Ansible hosts
roles:
- - ansible
+ - ansible