lnting, removing redundant requirements

This commit is contained in:
nazunalika 2020-12-12 14:42:03 -07:00
parent 107081378b
commit 63abc4341d
3 changed files with 2 additions and 12 deletions

View File

@ -1,11 +0,0 @@
---
collections:
- freeipa.ansible_freeipa
- community.general
- ansible.posix
roles:
- name: geerlingguy.mysql
- name: cloudalchemy.prometheus
- name: cloudalchemy.node-exporter

View File

@ -62,7 +62,7 @@
service:
name: oddjobd
state: started
enabled: yes
enabled: true
when:
- ansible_facts['os_family'] == 'RedHat'
- ansible_facts['distribution_major_version'] == '8'

View File

@ -11,3 +11,4 @@ collections:
- name: freeipa.ansible_freeipa
version: 0.3.1
- name: community.general
- name: ansible.posix