mirror of
https://github.com/geerlingguy/ansible-role-kubernetes.git
synced 2025-08-01 13:49:01 +02:00
debug linter errors
This commit is contained in:
parent
87b76e2075
commit
25237ce3e4
@ -1,4 +1,4 @@
|
|||||||
|
---
|
||||||
- name: Pin package version for RedHat with versionlock yum plugin
|
- name: Pin package version for RedHat with versionlock yum plugin
|
||||||
when: ansible_os_family == 'RedHat'
|
when: ansible_os_family == 'RedHat'
|
||||||
block:
|
block:
|
||||||
@ -14,7 +14,7 @@
|
|||||||
changed_when: "'versionlock added: 1' in versionlock_result.stdout_lines"
|
changed_when: "'versionlock added: 1' in versionlock_result.stdout_lines"
|
||||||
args:
|
args:
|
||||||
warn: false
|
warn: false
|
||||||
|
|
||||||
- name: Add Kubernetes apt preferences file to pin a version.
|
- name: Add Kubernetes apt preferences file to pin a version.
|
||||||
when: ansible_os_family == 'Debian'
|
when: ansible_os_family == 'Debian'
|
||||||
template:
|
template:
|
||||||
|
Loading…
Reference in New Issue
Block a user