From 793f0e0fd1fd3d3edae84375b2a9fca39268cd3b Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Mon, 5 Oct 2015 12:55:39 -0500 Subject: [PATCH] Fix interpreter line in a few vmware modules --- lib/ansible/modules/extras/cloud/vmware/vmware_cluster.py | 2 +- .../extras/cloud/vmware/vmware_target_canonical_facts.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/extras/cloud/vmware/vmware_cluster.py b/lib/ansible/modules/extras/cloud/vmware/vmware_cluster.py index ee64b48f08..72f29e7dfa 100644 --- a/lib/ansible/modules/extras/cloud/vmware/vmware_cluster.py +++ b/lib/ansible/modules/extras/cloud/vmware/vmware_cluster.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/python # -*- coding: utf-8 -*- # (c) 2015, Joseph Callen diff --git a/lib/ansible/modules/extras/cloud/vmware/vmware_target_canonical_facts.py b/lib/ansible/modules/extras/cloud/vmware/vmware_target_canonical_facts.py index 028fc8c83a..45c183822b 100644 --- a/lib/ansible/modules/extras/cloud/vmware/vmware_target_canonical_facts.py +++ b/lib/ansible/modules/extras/cloud/vmware/vmware_target_canonical_facts.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/python # -*- coding: utf-8 -*- # (c) 2015, Joseph Callen