Skip to content

Commit

Permalink
make lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
l3acon committed May 29, 2024
1 parent c43124c commit b393f77
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 183 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
- name: Retrieve Operator name
ansible.builtin.set_fact:
_operator: "{{ vars['cluster_config_' + _operator_name] }}"
Expand All @@ -20,8 +21,8 @@
- r_install_plans.resources | default([]) | length > 0
- r_install_plans.resources[0].status is defined
- r_install_plans.resources[0].status.phase == "Complete"
when:
- _operator.checkplan is defined
when:
- _operator.checkplan is defined
- _operator.checkplan | bool

- name: Configure extra resources for Operator {{ _operator_name }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
- name: Configure custom CatalogSource for Operators
redhat.openshift.k8s:
state: present
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
---

- name: Create node-health-check operator namespace
redhat.openshift.k8s:
name: openshift-workload-availability
api_version: v1
kind: Namespace
state: present
state: present

- name: Create node-health-check operator group
redhat.openshift.k8s:
Expand Down Expand Up @@ -39,7 +38,7 @@
name: node-healthcheck-operator
source: redhat-operators
sourceNamespace: openshift-marketplace

- name: Create Self Node Remediation subscription
redhat.openshift.k8s:
state: present
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
- hosts: localhost
- name: Include cluster_config role
hosts: localhost
remote_user: root
roles:
- cluster_config
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
# vars file for cluster_config
# vars file for cluster_config
1 change: 0 additions & 1 deletion openshift/cnv/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@
- name: Wait for the operator to be installed
ansible.builtin.pause:
seconds: 90

0 comments on commit b393f77

Please sign in to comment.