Files
community.general/lib/ansible/modules/cloud
Toshio Kuratomi 9350a81ae4 Port modules away from __file__
* __file__ won't work if we want to invoke modules via -m or if we
  figure out how to keep modules from hitting the disk with pipelining.
* module.tmpdir is the new way to place a file where it will be cleaned
  automatically.

Change format string to not depend on __file__:

* cloud/amazon/ec2_elb_lb.py
* cloud/amazon/elb_classic_lb.py

Use module.tempdir:

* packaging/os/apt.py
* files/unarchive.py
2018-07-09 15:51:20 -07:00
..
2018-07-09 15:51:20 -07:00
2017-12-07 20:25:55 +00:00
2018-07-04 18:54:49 -07:00
2017-08-15 23:12:08 -07:00
2018-04-24 18:05:50 +01:00