Unverified Commit 323a0d08 authored by Maciej Krüger's avatar Maciej Krüger
Browse files

ansible_2_17: add, ansible_2_16: move

parent 4bc926fc
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
@@ -17283,12 +17283,20 @@ with pkgs;
  autoadb = callPackage ../misc/autoadb { };
  ansible = ansible_2_16;
  ansible_2_16 = python3Packages.toPythonApplication python3Packages.ansible-core;
  ansible = ansible_2_17;
  ansible_2_17 = python3Packages.toPythonApplication python3Packages.ansible-core;
  ansible_2_16 = python3Packages.toPythonApplication (python3Packages.ansible-core.overridePythonAttrs (oldAttrs: rec {
    version = "2.16.8";
    src = oldAttrs.src.override {
      inherit version;
      hash = "sha256-WeSqQO1azbTvm789BYkY//k/ZqFJNz2BWciilgRBC9o=";
    };
  }));
  ansible_2_15 = python3Packages.toPythonApplication (python3Packages.ansible-core.overridePythonAttrs (oldAttrs: rec {
    version = "2.15.9";
    src = oldAttrs.src.override {
      inherit version;
      pname = "ansible-core";
      hash = "sha256-JfmxtaWvPAmGvTko7QhurduGdSf7XIOv7xoDz60080U=";
    };
  }));