mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-07 05:22:39 +00:00
SUMMARY It seems that recent updates in linters break CI. Closes #874 ISSUE TYPE Bugfix Pull Request COMPONENT NAME CI ADDITIONAL INFORMATION It's cherry-pick #873 to stable-3 as patch bot failed Reviewed-by: Mike Graves mgraves@redhat.com Reviewed-by: Yuriy Novostavskiy Reviewed-by: Mike Graves <mgraves@redhat.com>
This commit is contained in:
committed by
GitHub
parent
8feb564b4d
commit
e1b341d9be
@@ -23,7 +23,7 @@
|
||||
- name: Update directory permissions
|
||||
file:
|
||||
path: "{{ manifests_dir.path }}"
|
||||
mode: 0755
|
||||
mode: '0755'
|
||||
|
||||
- name: Create manifests files
|
||||
copy:
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
- name: make script as executable
|
||||
file:
|
||||
path: "{{ tmp_dir_path }}/install_kustomize.sh"
|
||||
mode: 0755
|
||||
mode: '0755'
|
||||
|
||||
- name: Install kustomize
|
||||
command: "{{ tmp_dir_path }}/install_kustomize.sh"
|
||||
|
||||
Reference in New Issue
Block a user