Remove unnecessary shebangs and execute bits.

This commit is contained in:
Matt Clay 2017-02-22 17:36:19 -08:00
parent d18bb96e88
commit 4554e8d769
49 changed files with 0 additions and 9 deletions

View file

@ -1,5 +1,3 @@
#!/usr/bin/env python
# (c) 2012, Michael DeHaan <michael.dehaan@gmail.com>
#
# This file is part of Ansible

View file

@ -1,5 +1,3 @@
#!/usr/bin/env python
########################################################################
#
# (C) 2013, James Cammarata <jcammarata@ansible.com>

View file

@ -1,5 +1,3 @@
#!/usr/bin/env python
########################################################################
#
# (C) 2015, Chris Houseknecht <chouse@ansible.com>

View file

@ -1,5 +1,3 @@
#!/usr/bin/env python
########################################################################
#
# (C) 2015, Chris Houseknecht <chouse@ansible.com>

0
lib/ansible/module_utils/bigswitch_utils.py Executable file → Normal file
View file

0
lib/ansible/module_utils/ec2.py Executable file → Normal file
View file

0
lib/ansible/modules/cloud/amazon/GUIDELINES.md Executable file → Normal file
View file

0
lib/ansible/modules/cloud/amazon/ec2_eip.py Executable file → Normal file
View file

0
lib/ansible/modules/cloud/amazon/ec2_vpc_peer.py Executable file → Normal file
View file

0
lib/ansible/modules/cloud/amazon/ecs_ecr.py Executable file → Normal file
View file

0
lib/ansible/modules/cloud/amazon/iam_role.py Executable file → Normal file
View file

0
lib/ansible/modules/cloud/amazon/s3.py Executable file → Normal file
View file

0
lib/ansible/modules/cloud/amazon/s3_bucket.py Executable file → Normal file
View file

View file

0
lib/ansible/modules/files/blockinfile.py Executable file → Normal file
View file

0
lib/ansible/modules/network/bigswitch/bigmon_chain.py Executable file → Normal file
View file

0
lib/ansible/modules/network/bigswitch/bigmon_policy.py Executable file → Normal file
View file

0
lib/ansible/modules/network/dellos9/dellos9_command.py Executable file → Normal file
View file

0
lib/ansible/modules/network/dellos9/dellos9_config.py Executable file → Normal file
View file

0
lib/ansible/modules/network/netconf/netconf_config.py Executable file → Normal file
View file

0
lib/ansible/modules/network/panos/panos_admin.py Executable file → Normal file
View file

0
lib/ansible/modules/network/panos/panos_admpwd.py Executable file → Normal file
View file

View file

0
lib/ansible/modules/network/panos/panos_check.py Executable file → Normal file
View file

0
lib/ansible/modules/network/panos/panos_commit.py Executable file → Normal file
View file

0
lib/ansible/modules/network/panos/panos_dag.py Executable file → Normal file
View file

0
lib/ansible/modules/network/panos/panos_import.py Executable file → Normal file
View file

0
lib/ansible/modules/network/panos/panos_interface.py Executable file → Normal file
View file

0
lib/ansible/modules/network/panos/panos_lic.py Executable file → Normal file
View file

0
lib/ansible/modules/network/panos/panos_loadcfg.py Executable file → Normal file
View file

0
lib/ansible/modules/network/panos/panos_mgtconfig.py Executable file → Normal file
View file

0
lib/ansible/modules/network/panos/panos_nat_policy.py Executable file → Normal file
View file

0
lib/ansible/modules/network/panos/panos_pg.py Executable file → Normal file
View file

0
lib/ansible/modules/network/panos/panos_restart.py Executable file → Normal file
View file

0
lib/ansible/modules/network/panos/panos_service.py Executable file → Normal file
View file

0
lib/ansible/modules/notification/hall.py Executable file → Normal file
View file

0
lib/ansible/modules/packaging/language/pip.py Executable file → Normal file
View file

0
lib/ansible/modules/packaging/os/apt_rpm.py Executable file → Normal file
View file

0
lib/ansible/modules/packaging/os/homebrew.py Executable file → Normal file
View file

0
lib/ansible/modules/packaging/os/homebrew_cask.py Executable file → Normal file
View file

0
lib/ansible/modules/packaging/os/pkgin.py Executable file → Normal file
View file

View file

View file

View file

View file

0
lib/ansible/modules/system/known_hosts.py Executable file → Normal file
View file

0
lib/ansible/modules/system/svc.py Executable file → Normal file
View file

0
lib/ansible/modules/web_infrastructure/jira.py Executable file → Normal file
View file

1
lib/ansible/utils/module_docs.py Executable file → Normal file
View file

@ -1,4 +1,3 @@
#!/usr/bin/env python
# (c) 2012, Jan-Piet Mens <jpmens () gmail.com>
#
# This file is part of Ansible