summaryrefslogtreecommitdiff
path: root/releasenotes/notes/ansible-shell-type-d76d84b940d21eea.yaml
blob: 95cc72f3d77152351a07feab475aac51dc85e69f (plain)
1
2
3
4
5
6
7
8
9
10
---
features:
  - |
    Zuul now honors the shell-type configuration from nodepool and
    uses it to set ansible_shell_type, a setting that is required
    when connecting to Windows workers over ssh.

    For Linux workers, there is a long standing ansible issue with 
    using non-default ansible_shell_type and become, so this feature
    is primarily targeting Windows workers.