mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-21 20:51:27 +00:00
fix lints
This commit is contained in:
parent
8780f712a6
commit
d2b9157848
@ -38,3 +38,4 @@
|
|||||||
mode: '0644'
|
mode: '0644'
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
|
...
|
||||||
|
@ -9,6 +9,9 @@
|
|||||||
remote_src: true
|
remote_src: true
|
||||||
src: /etc/httpd/conf.d/{{ item }}.template
|
src: /etc/httpd/conf.d/{{ item }}.template
|
||||||
dest: /etc/httpd/conf.d/{{ item }}
|
dest: /etc/httpd/conf.d/{{ item }}
|
||||||
|
mode: '0644'
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
loop:
|
loop:
|
||||||
- openqa.conf
|
- openqa.conf
|
||||||
- openqa-ssl.conf
|
- openqa-ssl.conf
|
||||||
@ -102,6 +105,7 @@
|
|||||||
|
|
||||||
- name: Run fifloader.py
|
- name: Run fifloader.py
|
||||||
command: ./fifloader.py -l -c templates.fif.json templates-updates.fif.json
|
command: ./fifloader.py -l -c templates.fif.json templates-updates.fif.json
|
||||||
|
changed_when: "1 != 1"
|
||||||
args:
|
args:
|
||||||
chdir: "{{ openqa_homedir }}/share/tests/rocky"
|
chdir: "{{ openqa_homedir }}/share/tests/rocky"
|
||||||
|
|
||||||
@ -128,6 +132,7 @@
|
|||||||
|
|
||||||
- name: Verify ISO checksums
|
- name: Verify ISO checksums
|
||||||
command: shasum -a 256 --ignore-missing -c CHECKSUM
|
command: shasum -a 256 --ignore-missing -c CHECKSUM
|
||||||
|
changed_when: "1 != 1"
|
||||||
args:
|
args:
|
||||||
chdir: "{{ openqa_homedir }}/share/factory/iso/fixed"
|
chdir: "{{ openqa_homedir }}/share/factory/iso/fixed"
|
||||||
|
|
||||||
@ -146,3 +151,5 @@
|
|||||||
FLAVOR=minimal-iso \
|
FLAVOR=minimal-iso \
|
||||||
VERSION={{ rocky_version }} \
|
VERSION={{ rocky_version }} \
|
||||||
BUILD="{{ '%Y%m%d.%H%M%S' | strftime }}.0"
|
BUILD="{{ '%Y%m%d.%H%M%S' | strftime }}.0"
|
||||||
|
changed_when: "1 != 1"
|
||||||
|
...
|
||||||
|
@ -65,3 +65,4 @@ openqa_services:
|
|||||||
- openqa-websockets
|
- openqa-websockets
|
||||||
- openqa-webui
|
- openqa-webui
|
||||||
- fm-consumer@fedora_openqa_scheduler
|
- fm-consumer@fedora_openqa_scheduler
|
||||||
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user