delegate_to: localhost tasks inherit the Semaphore host's system ansible.cfg which has become=True. An explicit localhost inventory entry with ansible_become: false overrides this at inventory precedence level. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 lines
273 B
YAML
6 lines
273 B
YAML
# Connection settings for localhost (used by delegate_to: localhost tasks
|
|
# and the report generation play that runs on the Semaphore runner itself).
|
|
# Explicit settings here override any system-wide ansible.cfg become=True.
|
|
ansible_connection: local
|
|
ansible_become: false
|