浏览代码

Fixed naming for chache file.

Kenny Woodson 10 年之前
父节点
当前提交
58e392c324
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      inventory/multi_ec2.py

+ 1 - 1
inventory/multi_ec2.py

@@ -17,7 +17,7 @@ class MultiEc2(object):
         self.config = None
         self.config = None
         self.results = {}
         self.results = {}
         self.result = {}
         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()
         self.parse_cli_args()