Browse Source

Merge pull request #235 from lwilson/issue-234

Issue #234 - Fix ansible-lint workflow
John Lockman 4 years ago
parent
commit
61a733a60d
1 changed files with 5 additions and 5 deletions
  1. 5 5
      .github/workflows/ansible-lint.yml

+ 5 - 5
.github/workflows/ansible-lint.yml

@@ -17,7 +17,7 @@ jobs:
 
 
     - name: ansible-lint 
     - name: ansible-lint 
       # replace "master" with any valid ref
       # replace "master" with any valid ref
-      uses: ansible/ansible-lint-action@151b9a2
+      uses: ansible/ansible-lint-action@master
       with:
       with:
         # [required]
         # [required]
         # Paths to ansible files (i.e., playbooks, tasks, handlers etc..)
         # Paths to ansible files (i.e., playbooks, tasks, handlers etc..)
@@ -28,10 +28,10 @@ jobs:
         #   playbook_1.yml
         #   playbook_1.yml
         #   playbook_2.yml
         #   playbook_2.yml
         targets: |
         targets: |
-          /github/workspace/kubernetes/jupyterhub.yml
-          /github/workspace/kubernetes/kubeflow.yml
-          /github/workspace/kubernetes/kubernetes.yml
-          /github/workspace/slurm/slurm.yml
+          /github/workspace/omnia.yml
+          /github/workspace/omnia_config.yml
+          /github/workspace/platforms/jupyterhub.yml
+          /github/workspace/platforms/kubeflow.yml
           /github/workspace/tools/install_tools.yml
           /github/workspace/tools/install_tools.yml
         # [optional]
         # [optional]
         # Arguments to override a package and its version to be set explicitly.
         # Arguments to override a package and its version to be set explicitly.