Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 39ecc2db19b2
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 2bb419161339
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 20, 2019

  1. Ansible: Fix connection plugins and add support for NETCONF (#72370)

    * ansible: Fix use of connection plugins
    
    Ansible tries to execute the ansible-connection script as a python
    script from within it's task executor. This does not work when it is
    encapsulated in a shell script. Therefore remove the call to the python
    interpreter and use the wrapped version directly.
    
    Fixes #71342
    
    * ansible: Add ncclient to support NETCONF connections
    
    * ansible: Some cleanups
    
    - boto was dropped from propagatedBuildInputs in 4af94d0f
    - lib/ansible/constants.py does not have "/usr" anywhere in v2.4..v2.9
    mweinelt authored and FRidh committed Nov 20, 2019
    Copy the full SHA
    2bb4191 View commit details
    Browse the repository at this point in the history