Skip to content

Commit

Permalink
Merge pull request #233 from krestomatio/develop
Browse files Browse the repository at this point in the history
ci: update ansible lint
  • Loading branch information
jobcespedes committed Apr 7, 2024
2 parents b22282e + 0771669 commit c5821e4
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
warn_list:
- load-failure
- no-handler
- fqcn[keyword]
- fqcn[action-core]
- name[casing]
7 changes: 7 additions & 0 deletions .lighthouse/jenkins-x/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ spec:
memory: 32Mi
workingDir: /workspace/source
steps:
- image: quay.io/krestomatio/ansible-operator-ci
name: collection
args:
- collection-build
command:
- make
resources: {}
- image: quay.io/krestomatio/ansible-operator-ci
name: lint
args:
Expand Down
2 changes: 1 addition & 1 deletion hack/mk
Submodule mk updated from b49612 to 2e6429
3 changes: 2 additions & 1 deletion playbooks/moodle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
- kubernetes.core
- operator_sdk.util
tasks:
- import_role:
- name: import moodle role
import_role:
name: krestomatio.k8s.v1alpha1.m4e.moodle
3 changes: 2 additions & 1 deletion playbooks/nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
- kubernetes.core
- operator_sdk.util
tasks:
- import_role:
- name: import nginx role
import_role:
name: krestomatio.k8s.v1alpha1.m4e.nginx
3 changes: 2 additions & 1 deletion playbooks/php_fpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
- kubernetes.core
- operator_sdk.util
tasks:
- import_role:
- name: import php_fpm role
import_role:
name: krestomatio.k8s.v1alpha1.m4e.php_fpm
2 changes: 1 addition & 1 deletion playbooks/routine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
tasks_from: status.yml

- name: moodle routine
hosts: "{{ routine_pods_ready_group }}:&{{ routine_moodle_container_group }}"
hosts: "{{ routine_pods_ready_group | default('') }}:&{{ routine_moodle_container_group | default('') }}"
gather_facts: false
collections:
- kubernetes.core
Expand Down

0 comments on commit c5821e4

Please sign in to comment.