mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-22 05:01:27 +00:00
lnting, removing redundant requirements
This commit is contained in:
parent
107081378b
commit
63abc4341d
@ -1,11 +0,0 @@
|
||||
---
|
||||
collections:
|
||||
- freeipa.ansible_freeipa
|
||||
- community.general
|
||||
- ansible.posix
|
||||
|
||||
|
||||
roles:
|
||||
- name: geerlingguy.mysql
|
||||
- name: cloudalchemy.prometheus
|
||||
- name: cloudalchemy.node-exporter
|
@ -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'
|
||||
|
@ -11,3 +11,4 @@ collections:
|
||||
- name: freeipa.ansible_freeipa
|
||||
version: 0.3.1
|
||||
- name: community.general
|
||||
- name: ansible.posix
|
||||
|
Loading…
Reference in New Issue
Block a user