mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-25 14:41:28 +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:
|
service:
|
||||||
name: oddjobd
|
name: oddjobd
|
||||||
state: started
|
state: started
|
||||||
enabled: yes
|
enabled: true
|
||||||
when:
|
when:
|
||||||
- ansible_facts['os_family'] == 'RedHat'
|
- ansible_facts['os_family'] == 'RedHat'
|
||||||
- ansible_facts['distribution_major_version'] == '8'
|
- ansible_facts['distribution_major_version'] == '8'
|
||||||
|
@ -11,3 +11,4 @@ collections:
|
|||||||
- name: freeipa.ansible_freeipa
|
- name: freeipa.ansible_freeipa
|
||||||
version: 0.3.1
|
version: 0.3.1
|
||||||
- name: community.general
|
- name: community.general
|
||||||
|
- name: ansible.posix
|
||||||
|
Loading…
Reference in New Issue
Block a user