Skip to content

Fix minor problems with lint etc. #326

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jun 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test_full_stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
fail-fast: false
matrix:
distro:
- rockylinux8
- rockylinux9
# - rockylinux8
# - rockylinux9
- ubuntu2004
- ubuntu2204
- debian10
Expand Down
17 changes: 14 additions & 3 deletions .github/workflows/test_role_repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,20 @@ jobs:
fail-fast: false
matrix:

distro: [centos7, debian10, debian11, rockylinux8, rockylinux9, ubuntu2004, ubuntu2204]
scenario: [repos_default, repos_oss]
release: [ 7, 8 ]
distro:
- centos7
- debian10
- debian11
# - rockylinux8
# - rockylinux9
- ubuntu2004
- ubuntu2204]
scenario:
- repos_default
- repos_oss]
release:
- 7
- 8

steps:
- name: Check out code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_roles_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fail-fast: false
matrix:
distro:
- rockylinux8
#- rockylinux9
- ubuntu2204
scenario:
- elasticstack_default
Expand Down
2 changes: 1 addition & 1 deletion roles/elasticsearch/tasks/elasticsearch-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
- renew_es_cert
ignore_errors: "{{ ansible_check_mode }}"

- name: Start Elasticsearch
- name: Start Elasticsearch for security tasks
ansible.builtin.service:
name: elasticsearch
state: started
Expand Down
2 changes: 1 addition & 1 deletion roles/repos/tasks/redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# for more information why this is needed

- name: Ensure gpg exists, for signing keys
ansible.builtin.yum:
ansible.builtin.package:
name: gnupg
state: present

Expand Down