Skip to content

Commit

Permalink
resolve ansible-lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jarpat committed Dec 7, 2023
1 parent 77d9351 commit a906a57
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions roles/vdm/tasks/sas_viya_kubernetes_manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# is being used to orchestrate the deployment.
---

- name: sasdeployment custom resource - Create SAS Viya namespace
- name: Create SAS Viya namespace
kubernetes.core.k8s:
api_version: v1
kind: Namespace
Expand All @@ -29,6 +29,12 @@
- offboard

- name: SAS Viya Kubernetes Manifest - generate site.yaml
tags:
- install
- uninstall
- update
- cas-onboard
- offboard
block:
- name: SAS Viya Kubernetes Manifest - generate site.yaml - Ansible
ansible.builtin.shell: >
Expand All @@ -51,9 +57,3 @@
chdir: "{{ ORCHESTRATION_TOOLING_DIRECTORY }}"
when:
- deployment_tooling == "docker"
tags:
- install
- uninstall
- update
- cas-onboard
- offboard

0 comments on commit a906a57

Please sign in to comment.