Fix majority of remaining yamllint warnings and errors
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
1073f70bce
commit
89f6f1fc32
591 changed files with 1491 additions and 1168 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
---
|
||||
EPELCycleNumber: 9
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
---
|
||||
FedoraCycleNumber: 41
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
---
|
||||
EPELBootstrapNumber: "{{ EPELCycleNumber|int + 1 }}.0"
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
FedoraBranched: False
|
||||
---
|
||||
FedoraBranched: false
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
---
|
||||
FedoraBranchedNumber: "{{ FedoraCycleNumber|int + 1 if FedoraBranched else 0 }}"
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
---
|
||||
FedoraPreviousCycleNumber: "{{ FedoraCycleNumber|int - 1 }}"
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
FedoraPreviousPrevious: False
|
||||
---
|
||||
FedoraPreviousPrevious: false
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
---
|
||||
FedoraPreviousPreviousCycleNumber: "{{ FedoraCycleNumber|int - 2 if FedoraPreviousPrevious else 0 }}"
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
---
|
||||
FedoraRawhideNumber: "{{ FedoraBranchedNumber|int + 1 if FedoraBranched else FedoraCycleNumber|int + 1 }}"
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
Frozen: True
|
||||
---
|
||||
Frozen: true
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
RelEngFrozen: False
|
||||
---
|
||||
RelEngFrozen: false
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
all_projects:
|
||||
- copr
|
||||
- coprdev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue