Add ansible lint and make it happy #216
Annotations
6 warnings
no-changed-when:
roles/k8s_cluster_helm/tasks/main.yaml#L9
Commands should not change things if nothing needs doing.
|
no-changed-when:
roles/k8s_cluster_helm/tasks/main.yaml#L22
Commands should not change things if nothing needs doing.
|
no-changed-when:
roles/k8s_cluster_helm/tasks/main.yaml#L35
Commands should not change things if nothing needs doing.
|
no-changed-when:
roles/k8s_cluster_helm/tasks/main.yaml#L48
Commands should not change things if nothing needs doing.
|
no-changed-when:
roles/k8s_lb/tasks/main.yaml#L81
Commands should not change things if nothing needs doing.
|
no-changed-when:
roles/k8s_lb/tasks/main.yaml#L141
Commands should not change things if nothing needs doing.
|