Files
JimsGarage/Ansible/Playbooks
cyberops7 fc761c1952 Add explicit become: true to apply-manifests kubectl tasks
These tasks set become_user without a task-level become, tripping
ansible-lint's partial-become rule. become is already enabled globally via
ansible_become in group_vars/all.yaml, so the tasks already escalate to the
ansible user — but that is invisible to the linter (and to anyone reading the
task in isolation). Make it explicit with become: true alongside become_user.

Behavior-neutral: verified with ansible-playbook -vvv that the escalation
target is unchanged (sudo -u ansible; chown ansible on the temp files), so
kubectl still runs as the ansible user that owns ~/.kube/config.
2026-07-02 00:18:43 -06:00
..
2024-05-02 13:37:53 +01:00
2025-02-05 12:37:22 +00:00
2024-04-26 16:23:25 +01:00
2024-04-11 17:01:28 +01:00
2024-07-26 13:31:20 +01:00