From a3f0511cd119d043b034157c40bfda330416df84 Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Tue, 13 Dec 2022 18:19:55 +0100 Subject: [PATCH] Remove shebang to properly support venv in ansible-core 2.13+ See https://github.com/ansible/ansible/pull/76677 Change-Id: If822dcfc4c1abf7a22be35ffd90fd05ee46cb0d9 --- ansible/action_plugins/merge_configs.py | 2 -- ansible/action_plugins/merge_yaml.py | 2 -- ansible/library/kolla_container_facts.py | 2 -- ansible/library/kolla_docker.py | 2 -- ansible/library/kolla_toolbox.py | 2 -- ansible/module_utils/kolla_docker_worker.py | 2 -- ansible/roles/nova-cell/filter_plugins/filters.py | 2 -- 7 files changed, 14 deletions(-) diff --git a/ansible/action_plugins/merge_configs.py b/ansible/action_plugins/merge_configs.py index 6ad1e3a219..7bbf706549 100644 --- a/ansible/action_plugins/merge_configs.py +++ b/ansible/action_plugins/merge_configs.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - # Copyright 2015 Sam Yaple # Copyright 2017 99Cloud Inc. # diff --git a/ansible/action_plugins/merge_yaml.py b/ansible/action_plugins/merge_yaml.py index a4170b3b23..c8a7182bf3 100755 --- a/ansible/action_plugins/merge_yaml.py +++ b/ansible/action_plugins/merge_yaml.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - # Copyright 2015 Sam Yaple # Copyright 2016 intel # diff --git a/ansible/library/kolla_container_facts.py b/ansible/library/kolla_container_facts.py index 2bd019a057..d9626097c2 100644 --- a/ansible/library/kolla_container_facts.py +++ b/ansible/library/kolla_container_facts.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - # Copyright 2016 99cloud # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/ansible/library/kolla_docker.py b/ansible/library/kolla_docker.py index 49a5bdf887..839cc914ff 100644 --- a/ansible/library/kolla_docker.py +++ b/ansible/library/kolla_docker.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - # Copyright 2015 Sam Yaple # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/ansible/library/kolla_toolbox.py b/ansible/library/kolla_toolbox.py index 433f3ce7c1..42c37194c7 100644 --- a/ansible/library/kolla_toolbox.py +++ b/ansible/library/kolla_toolbox.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - # Copyright 2016 99cloud Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/ansible/module_utils/kolla_docker_worker.py b/ansible/module_utils/kolla_docker_worker.py index e9da040931..ebff465c15 100644 --- a/ansible/module_utils/kolla_docker_worker.py +++ b/ansible/module_utils/kolla_docker_worker.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - # Copyright 2015 Sam Yaple # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/ansible/roles/nova-cell/filter_plugins/filters.py b/ansible/roles/nova-cell/filter_plugins/filters.py index 48c9ce8f3f..6e3b38dab7 100644 --- a/ansible/roles/nova-cell/filter_plugins/filters.py +++ b/ansible/roles/nova-cell/filter_plugins/filters.py @@ -1,5 +1,3 @@ -#!/usr/bin/python - # Copyright (c) 2019 StackHPC Ltd. # # Licensed under the Apache License, Version 2.0 (the "License");