Merge pull request #7682 from pesterhazy/fix/ansible-ec2
Make dynamic inventory script ec2.py work
This commit is contained in:
commit
90f76ab941
@ -20,7 +20,7 @@ pythonPackages.buildPythonPackage rec {
|
|||||||
dontPatchShebangs = true;
|
dontPatchShebangs = true;
|
||||||
|
|
||||||
propagatedBuildInputs = with pythonPackages; [
|
propagatedBuildInputs = with pythonPackages; [
|
||||||
paramiko jinja2 pyyaml httplib2 boto
|
paramiko jinja2 pyyaml httplib2 boto six
|
||||||
];
|
];
|
||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user