Explorar o código

Fixed naming for chache file.

Kenny Woodson %!s(int64=10) %!d(string=hai) anos
pai
achega
58e392c324
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      inventory/multi_ec2.py

+ 1 - 1
inventory/multi_ec2.py

@@ -17,7 +17,7 @@ class MultiEc2(object):
         self.config = None
         self.results = {}
         self.result = {}
-        self.cache_path_cache = os.path.expanduser('~/.ansible/tmp/meta-inventory.cache')
+        self.cache_path_cache = os.path.expanduser('~/.ansible/tmp/multi_ec2_inventory.cache')
 
         self.parse_cli_args()