Fix majority of remaining yamllint warnings and errors

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2024-11-27 13:48:08 +10:00
parent 1073f70bce
commit 89f6f1fc32
591 changed files with 1491 additions and 1168 deletions

View file

@ -1,7 +1,7 @@
---
dist_tag: el{{ ansible_distribution_version[0] }}
base_pkgs_inst: []
base_pkgs_erase: ['firstboot-tui','bluez-utils', 'sendmail']
base_pkgs_erase: ['firstboot-tui', 'bluez-utils', 'sendmail']
service_disabled: []
service_enabled: []
is_rhel: True
is_rhel: true

View file

@ -4,4 +4,4 @@ base_pkgs_inst: ['iptables-services', 'cronie']
base_pkgs_erase: ['firewalld', 'sendmail', 'at', 'pam_sss']
service_disabled: []
service_enabled: ['auditd', 'logrotate.timer']
is_fedora: True
is_fedora: true

View file

@ -1,7 +1,7 @@
---
dist_tag: el{{ ansible_distribution_version[0] }}
base_pkgs_inst: ['iptables', 'iptables-services']
base_pkgs_erase: ['firstboot-tui','bluez-utils', 'sendmail','firewalld']
base_pkgs_erase: ['firstboot-tui', 'bluez-utils', sendmail', 'firewalld']
service_disabled: []
service_enabled: []
is_rhel: True
is_rhel: true

View file

@ -1 +1,2 @@
---
EPELCycleNumber: 9

View file

@ -1 +1,2 @@
---
FedoraCycleNumber: 41

View file

@ -1 +1,2 @@
---
EPELBootstrapNumber: "{{ EPELCycleNumber|int + 1 }}.0"

View file

@ -1 +1,2 @@
FedoraBranched: False
---
FedoraBranched: false

View file

@ -3,4 +3,5 @@
# prebeta: After bodhi enablement/beta freeze and before beta release
# postbeta: After beta release and before final release
# current: After final release
---
FedoraBranchedBodhi: current

View file

@ -1 +1,2 @@
---
FedoraBranchedNumber: "{{ FedoraCycleNumber|int + 1 if FedoraBranched else 0 }}"

View file

@ -1 +1,2 @@
---
FedoraPreviousCycleNumber: "{{ FedoraCycleNumber|int - 1 }}"

View file

@ -1 +1,2 @@
FedoraPreviousPrevious: False
---
FedoraPreviousPrevious: false

View file

@ -1 +1,2 @@
---
FedoraPreviousPreviousCycleNumber: "{{ FedoraCycleNumber|int - 2 if FedoraPreviousPrevious else 0 }}"

View file

@ -1 +1,2 @@
---
FedoraRawhideNumber: "{{ FedoraBranchedNumber|int + 1 if FedoraBranched else FedoraCycleNumber|int + 1 }}"

View file

@ -1 +1,2 @@
Frozen: True
---
Frozen: true

View file

@ -1 +1,2 @@
RelEngFrozen: False
---
RelEngFrozen: false

View file

@ -1,3 +1,4 @@
---
all_projects:
- copr
- coprdev