From e30bb0958a604b5c16cc963b8120795ce9755a4f Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sat, 7 Aug 2021 15:59:29 +0200 Subject: [PATCH] fixed the utf-8 marker (#3162) (#3165) (cherry picked from commit da11a98cb734e99cc57f4ae6ec09d9199875c39b) Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> --- plugins/action/system/iptables_state.py | 2 +- plugins/action/system/shutdown.py | 2 +- plugins/cache/memcached.py | 2 +- plugins/cache/pickle.py | 2 +- plugins/cache/redis.py | 2 +- plugins/cache/yaml.py | 2 +- plugins/callback/context_demo.py | 2 +- plugins/callback/counter_enabled.py | 2 +- plugins/callback/dense.py | 2 +- plugins/callback/hipchat.py | 2 +- plugins/callback/jabber.py | 2 +- plugins/callback/log_plays.py | 2 +- plugins/callback/loganalytics.py | 2 +- plugins/callback/logdna.py | 2 +- plugins/callback/logentries.py | 2 +- plugins/callback/logstash.py | 2 +- plugins/callback/null.py | 2 +- plugins/callback/say.py | 2 +- plugins/callback/selective.py | 2 +- plugins/callback/slack.py | 2 +- plugins/callback/syslog_json.py | 2 +- plugins/callback/unixy.py | 2 +- plugins/callback/yaml.py | 2 +- plugins/connection/chroot.py | 2 +- plugins/connection/funcd.py | 2 +- plugins/connection/iocage.py | 2 +- plugins/connection/jail.py | 2 +- plugins/connection/lxc.py | 2 +- plugins/connection/lxd.py | 2 +- plugins/connection/qubes.py | 2 +- plugins/connection/saltstack.py | 2 +- plugins/connection/zone.py | 2 +- plugins/doc_fragments/hpe3par.py | 2 +- plugins/doc_fragments/hwc.py | 2 +- plugins/doc_fragments/oracle.py | 2 +- plugins/doc_fragments/oracle_creatable_resource.py | 2 +- plugins/doc_fragments/oracle_display_name_option.py | 2 +- plugins/doc_fragments/oracle_name_option.py | 2 +- plugins/doc_fragments/oracle_tags.py | 2 +- plugins/doc_fragments/oracle_wait_options.py | 2 +- plugins/doc_fragments/vexata.py | 2 +- plugins/filter/dict_kv.py | 2 +- plugins/filter/jc.py | 2 +- plugins/filter/json_query.py | 2 +- plugins/filter/random_mac.py | 2 +- plugins/filter/version_sort.py | 2 +- plugins/inventory/linode.py | 2 +- plugins/inventory/nmap.py | 2 +- plugins/inventory/online.py | 2 +- plugins/inventory/scaleway.py | 2 +- plugins/inventory/stackpath_compute.py | 2 +- plugins/inventory/virtualbox.py | 2 +- plugins/lookup/cartesian.py | 2 +- plugins/lookup/chef_databag.py | 2 +- plugins/lookup/consul_kv.py | 2 +- plugins/lookup/credstash.py | 2 +- plugins/lookup/cyberarkpassword.py | 2 +- plugins/lookup/dependent.py | 2 +- plugins/lookup/dig.py | 2 +- plugins/lookup/dnstxt.py | 2 +- plugins/lookup/etcd.py | 2 +- plugins/lookup/filetree.py | 2 +- plugins/lookup/flattened.py | 2 +- plugins/lookup/hiera.py | 2 +- plugins/lookup/keyring.py | 2 +- plugins/lookup/lastpass.py | 2 +- plugins/lookup/lmdb_kv.py | 2 +- plugins/lookup/manifold.py | 2 +- plugins/lookup/nios.py | 2 +- plugins/lookup/passwordstore.py | 2 +- plugins/lookup/redis.py | 2 +- plugins/lookup/shelvefile.py | 2 +- plugins/modules/clustering/nomad/nomad_job.py | 2 +- plugins/modules/clustering/nomad/nomad_job_info.py | 2 +- plugins/modules/web_infrastructure/apache2_module.py | 2 +- 75 files changed, 75 insertions(+), 75 deletions(-) diff --git a/plugins/action/system/iptables_state.py b/plugins/action/system/iptables_state.py index 93e4bc2ed4..b8ae1a5dea 100644 --- a/plugins/action/system/iptables_state.py +++ b/plugins/action/system/iptables_state.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # Copyright: (c) 2020, quidame # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/action/system/shutdown.py b/plugins/action/system/shutdown.py index 4995ef8d8b..19813b0847 100644 --- a/plugins/action/system/shutdown.py +++ b/plugins/action/system/shutdown.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # Copyright: (c) 2020, Amin Vakil # Copyright: (c) 2016-2018, Matt Davis # Copyright: (c) 2018, Sam Doran diff --git a/plugins/cache/memcached.py b/plugins/cache/memcached.py index fb2a778fc3..ee36628f40 100644 --- a/plugins/cache/memcached.py +++ b/plugins/cache/memcached.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (c) 2014, Brian Coca, Josh Drake, et al # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/cache/pickle.py b/plugins/cache/pickle.py index b790e73a4c..1e549d4d66 100644 --- a/plugins/cache/pickle.py +++ b/plugins/cache/pickle.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (c) 2017, Brian Coca # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/cache/redis.py b/plugins/cache/redis.py index 6b5f2c4ad0..3c73d8b5be 100644 --- a/plugins/cache/redis.py +++ b/plugins/cache/redis.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (c) 2014, Brian Coca, Josh Drake, et al # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/cache/yaml.py b/plugins/cache/yaml.py index b676dd0dbb..e5062b16d1 100644 --- a/plugins/cache/yaml.py +++ b/plugins/cache/yaml.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (c) 2017, Brian Coca # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/callback/context_demo.py b/plugins/callback/context_demo.py index 39c912acae..c85cc60cda 100644 --- a/plugins/callback/context_demo.py +++ b/plugins/callback/context_demo.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (C) 2012, Michael DeHaan, # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/callback/counter_enabled.py b/plugins/callback/counter_enabled.py index 352c773b9b..3b6e5e7ad4 100644 --- a/plugins/callback/counter_enabled.py +++ b/plugins/callback/counter_enabled.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (c) 2018, Ivan Aragones Muniesa # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) ''' diff --git a/plugins/callback/dense.py b/plugins/callback/dense.py index 38d3e1bee7..af8464631c 100644 --- a/plugins/callback/dense.py +++ b/plugins/callback/dense.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (c) 2016, Dag Wieers # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/callback/hipchat.py b/plugins/callback/hipchat.py index 771c425df8..c64b892d9b 100644 --- a/plugins/callback/hipchat.py +++ b/plugins/callback/hipchat.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (C) 2014, Matt Martz # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/callback/jabber.py b/plugins/callback/jabber.py index c57e08804a..b535fa9540 100644 --- a/plugins/callback/jabber.py +++ b/plugins/callback/jabber.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # Copyright (C) 2016 maxn nikolaev.makc@gmail.com # Copyright (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/callback/log_plays.py b/plugins/callback/log_plays.py index 24acf3fc95..2539bd9ade 100644 --- a/plugins/callback/log_plays.py +++ b/plugins/callback/log_plays.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (C) 2012, Michael DeHaan, # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/callback/loganalytics.py b/plugins/callback/loganalytics.py index ccc7649218..04fc646dc4 100644 --- a/plugins/callback/loganalytics.py +++ b/plugins/callback/loganalytics.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) from __future__ import (absolute_import, division, print_function) diff --git a/plugins/callback/logdna.py b/plugins/callback/logdna.py index ddb4c477da..0c459bfac2 100644 --- a/plugins/callback/logdna.py +++ b/plugins/callback/logdna.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (c) 2018, Samir Musali # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/callback/logentries.py b/plugins/callback/logentries.py index 344bd219cd..ad71a6d448 100644 --- a/plugins/callback/logentries.py +++ b/plugins/callback/logentries.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (c) 2015, Logentries.com, Jimmy Tang # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/callback/logstash.py b/plugins/callback/logstash.py index 95da7fa95a..4c4fad8450 100644 --- a/plugins/callback/logstash.py +++ b/plugins/callback/logstash.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (C) 2020, Yevhen Khmelenko # (C) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/callback/null.py b/plugins/callback/null.py index 9eb5198d0c..13ea65b438 100644 --- a/plugins/callback/null.py +++ b/plugins/callback/null.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/callback/say.py b/plugins/callback/say.py index 309777e241..8e8bd507a2 100644 --- a/plugins/callback/say.py +++ b/plugins/callback/say.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (c) 2012, Michael DeHaan, # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/callback/selective.py b/plugins/callback/selective.py index b1e09c8236..403eb84b33 100644 --- a/plugins/callback/selective.py +++ b/plugins/callback/selective.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (c) Fastly, inc 2016 # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/callback/slack.py b/plugins/callback/slack.py index c791bf6a36..5cb402b109 100644 --- a/plugins/callback/slack.py +++ b/plugins/callback/slack.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (C) 2014-2015, Matt Martz # (C) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/callback/syslog_json.py b/plugins/callback/syslog_json.py index 73543614a8..f4865f2a26 100644 --- a/plugins/callback/syslog_json.py +++ b/plugins/callback/syslog_json.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/callback/unixy.py b/plugins/callback/unixy.py index dec2ab0c8c..fd00fae71b 100644 --- a/plugins/callback/unixy.py +++ b/plugins/callback/unixy.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # Copyright: (c) 2017, Allyson Bowles <@akatch> # Copyright: (c) 2012-2014, Michael DeHaan # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/callback/yaml.py b/plugins/callback/yaml.py index d4036c808e..24140116ed 100644 --- a/plugins/callback/yaml.py +++ b/plugins/callback/yaml.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/connection/chroot.py b/plugins/connection/chroot.py index 3e15947031..295bd4046b 100644 --- a/plugins/connection/chroot.py +++ b/plugins/connection/chroot.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # Based on local.py (c) 2012, Michael DeHaan # # (c) 2013, Maykel Moya diff --git a/plugins/connection/funcd.py b/plugins/connection/funcd.py index caf9d06c60..94d1a3bd9c 100644 --- a/plugins/connection/funcd.py +++ b/plugins/connection/funcd.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # Based on local.py (c) 2012, Michael DeHaan # Based on chroot.py (c) 2013, Maykel Moya # Copyright (c) 2013, Michael Scherer diff --git a/plugins/connection/iocage.py b/plugins/connection/iocage.py index 94761d5c17..2fd74313bc 100644 --- a/plugins/connection/iocage.py +++ b/plugins/connection/iocage.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # Based on jail.py # (c) 2013, Michael Scherer # (c) 2015, Toshio Kuratomi diff --git a/plugins/connection/jail.py b/plugins/connection/jail.py index c3de25c753..02f5aeeddd 100644 --- a/plugins/connection/jail.py +++ b/plugins/connection/jail.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # Based on local.py by Michael DeHaan # and chroot.py by Maykel Moya # Copyright (c) 2013, Michael Scherer diff --git a/plugins/connection/lxc.py b/plugins/connection/lxc.py index d5c7a7ebbe..2aaf1619dc 100644 --- a/plugins/connection/lxc.py +++ b/plugins/connection/lxc.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (c) 2015, Joerg Thalheim # Copyright (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/connection/lxd.py b/plugins/connection/lxd.py index 31ff13c776..63eaf6ca51 100644 --- a/plugins/connection/lxd.py +++ b/plugins/connection/lxd.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (c) 2016 Matt Clay # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/connection/qubes.py b/plugins/connection/qubes.py index fd72f38e2f..1de9e10011 100644 --- a/plugins/connection/qubes.py +++ b/plugins/connection/qubes.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # Based on the buildah connection plugin # Copyright (c) 2017 Ansible Project # 2018 Kushal Das diff --git a/plugins/connection/saltstack.py b/plugins/connection/saltstack.py index 3d56083bb6..cbd85eaf3e 100644 --- a/plugins/connection/saltstack.py +++ b/plugins/connection/saltstack.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # Based on local.py (c) 2012, Michael DeHaan # Based on chroot.py (c) 2013, Maykel Moya # Based on func.py diff --git a/plugins/connection/zone.py b/plugins/connection/zone.py index a859b5e32f..8fbcd8a038 100644 --- a/plugins/connection/zone.py +++ b/plugins/connection/zone.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # Based on local.py (c) 2012, Michael DeHaan # and chroot.py (c) 2013, Maykel Moya # and jail.py (c) 2013, Michael Scherer diff --git a/plugins/doc_fragments/hpe3par.py b/plugins/doc_fragments/hpe3par.py index e16ead4207..ad445205d8 100644 --- a/plugins/doc_fragments/hpe3par.py +++ b/plugins/doc_fragments/hpe3par.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # Copyright: (c) 2018, Hewlett Packard Enterprise Development LP # GNU General Public License v3.0+ # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/doc_fragments/hwc.py b/plugins/doc_fragments/hwc.py index c6c5dd23bd..ecba2adde8 100644 --- a/plugins/doc_fragments/hwc.py +++ b/plugins/doc_fragments/hwc.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # Copyright: (c) 2018, Huawei Inc. # GNU General Public License v3.0+ # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/doc_fragments/oracle.py b/plugins/doc_fragments/oracle.py index 94ed18107d..94999c04ec 100644 --- a/plugins/doc_fragments/oracle.py +++ b/plugins/doc_fragments/oracle.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # Copyright (c) 2018, Oracle and/or its affiliates. # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/doc_fragments/oracle_creatable_resource.py b/plugins/doc_fragments/oracle_creatable_resource.py index f76e7146b3..211ca6f9c1 100644 --- a/plugins/doc_fragments/oracle_creatable_resource.py +++ b/plugins/doc_fragments/oracle_creatable_resource.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # Copyright (c) 2018, Oracle and/or its affiliates. # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/doc_fragments/oracle_display_name_option.py b/plugins/doc_fragments/oracle_display_name_option.py index b9ce0d92fe..ff70d45dd9 100644 --- a/plugins/doc_fragments/oracle_display_name_option.py +++ b/plugins/doc_fragments/oracle_display_name_option.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # Copyright (c) 2018, Oracle and/or its affiliates. # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/doc_fragments/oracle_name_option.py b/plugins/doc_fragments/oracle_name_option.py index dd9b98816e..8c4f9c1e39 100644 --- a/plugins/doc_fragments/oracle_name_option.py +++ b/plugins/doc_fragments/oracle_name_option.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # Copyright (c) 2018, Oracle and/or its affiliates. # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/doc_fragments/oracle_tags.py b/plugins/doc_fragments/oracle_tags.py index e92598c549..f95b22c8ed 100644 --- a/plugins/doc_fragments/oracle_tags.py +++ b/plugins/doc_fragments/oracle_tags.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # Copyright (c) 2018, Oracle and/or its affiliates. # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/doc_fragments/oracle_wait_options.py b/plugins/doc_fragments/oracle_wait_options.py index d94f079a86..0312755ffa 100644 --- a/plugins/doc_fragments/oracle_wait_options.py +++ b/plugins/doc_fragments/oracle_wait_options.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # Copyright (c) 2018, Oracle and/or its affiliates. # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/doc_fragments/vexata.py b/plugins/doc_fragments/vexata.py index 920457fa04..d541d5ad85 100644 --- a/plugins/doc_fragments/vexata.py +++ b/plugins/doc_fragments/vexata.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # # Copyright: (c) 2019, Sandeep Kasargod # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/filter/dict_kv.py b/plugins/filter/dict_kv.py index fc1978b977..7ce6c3e44a 100644 --- a/plugins/filter/dict_kv.py +++ b/plugins/filter/dict_kv.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # Copyright (C) 2020 Stanislav German-Evtushenko (@giner) # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/filter/jc.py b/plugins/filter/jc.py index 42dcf98234..f8fc4ac5bd 100644 --- a/plugins/filter/jc.py +++ b/plugins/filter/jc.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (c) 2015, Filipe Niero Felisbino # # This file is part of Ansible diff --git a/plugins/filter/json_query.py b/plugins/filter/json_query.py index 9b9ecb93f2..9c835e8c71 100644 --- a/plugins/filter/json_query.py +++ b/plugins/filter/json_query.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (c) 2015, Filipe Niero Felisbino # # This file is part of Ansible diff --git a/plugins/filter/random_mac.py b/plugins/filter/random_mac.py index dc04e99a96..7d25555aa9 100644 --- a/plugins/filter/random_mac.py +++ b/plugins/filter/random_mac.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (c) 2020 Ansible Project # # This file is part of Ansible diff --git a/plugins/filter/version_sort.py b/plugins/filter/version_sort.py index d228ea62d0..c59e87c9c6 100644 --- a/plugins/filter/version_sort.py +++ b/plugins/filter/version_sort.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # Copyright (C) 2021 Eric Lavarde # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/inventory/linode.py b/plugins/inventory/linode.py index 566073a4a8..c2dcac5392 100644 --- a/plugins/inventory/linode.py +++ b/plugins/inventory/linode.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # Copyright (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/inventory/nmap.py b/plugins/inventory/nmap.py index ade3adc3d4..e411006ff0 100644 --- a/plugins/inventory/nmap.py +++ b/plugins/inventory/nmap.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # Copyright (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/inventory/online.py b/plugins/inventory/online.py index a74c6026ea..085c258d45 100644 --- a/plugins/inventory/online.py +++ b/plugins/inventory/online.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # Copyright (c) 2018 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/inventory/scaleway.py b/plugins/inventory/scaleway.py index b327824f33..86140124c5 100644 --- a/plugins/inventory/scaleway.py +++ b/plugins/inventory/scaleway.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # Copyright: (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/inventory/stackpath_compute.py b/plugins/inventory/stackpath_compute.py index e8477b95f3..d777875578 100644 --- a/plugins/inventory/stackpath_compute.py +++ b/plugins/inventory/stackpath_compute.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # Copyright (c) 2020 Shay Rybak # Copyright (c) 2020 Ansible Project # GNU General Public License v3.0+ diff --git a/plugins/inventory/virtualbox.py b/plugins/inventory/virtualbox.py index 672312cd8e..89a77c88bb 100644 --- a/plugins/inventory/virtualbox.py +++ b/plugins/inventory/virtualbox.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # Copyright (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/lookup/cartesian.py b/plugins/lookup/cartesian.py index 841f4f8c4d..98043eba34 100644 --- a/plugins/lookup/cartesian.py +++ b/plugins/lookup/cartesian.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (c) 2013, Bradley Young # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/lookup/chef_databag.py b/plugins/lookup/chef_databag.py index d594c7681e..f5ccc766c2 100644 --- a/plugins/lookup/chef_databag.py +++ b/plugins/lookup/chef_databag.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (c) 2016, Josh Bradley # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/lookup/consul_kv.py b/plugins/lookup/consul_kv.py index 58f450eb65..8b779e6aca 100644 --- a/plugins/lookup/consul_kv.py +++ b/plugins/lookup/consul_kv.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (c) 2015, Steve Gargan # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/lookup/credstash.py b/plugins/lookup/credstash.py index 1a87deed41..9be3527b19 100644 --- a/plugins/lookup/credstash.py +++ b/plugins/lookup/credstash.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (c) 2015, Ensighten # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/lookup/cyberarkpassword.py b/plugins/lookup/cyberarkpassword.py index 112e7c1cd8..80323c10fd 100644 --- a/plugins/lookup/cyberarkpassword.py +++ b/plugins/lookup/cyberarkpassword.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (c) 2017, Edward Nunez # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/lookup/dependent.py b/plugins/lookup/dependent.py index 3f73f88bfa..1fb75ece66 100644 --- a/plugins/lookup/dependent.py +++ b/plugins/lookup/dependent.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (c) 2015-2021, Felix Fontein # (c) 2018 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/lookup/dig.py b/plugins/lookup/dig.py index 6520b0d3ec..f5156b4d1e 100644 --- a/plugins/lookup/dig.py +++ b/plugins/lookup/dig.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (c) 2015, Jan-Piet Mens # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/lookup/dnstxt.py b/plugins/lookup/dnstxt.py index 84bff41795..868d3dd3a3 100644 --- a/plugins/lookup/dnstxt.py +++ b/plugins/lookup/dnstxt.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (c) 2012, Jan-Piet Mens # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/lookup/etcd.py b/plugins/lookup/etcd.py index ca13442e43..0c81d0215b 100644 --- a/plugins/lookup/etcd.py +++ b/plugins/lookup/etcd.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (c) 2013, Jan-Piet Mens # (m) 2016, Mihai Moldovanu # (m) 2017, Juan Manuel Parrilla diff --git a/plugins/lookup/filetree.py b/plugins/lookup/filetree.py index e663fc9515..1c83486b05 100644 --- a/plugins/lookup/filetree.py +++ b/plugins/lookup/filetree.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (c) 2016 Dag Wieers # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/lookup/flattened.py b/plugins/lookup/flattened.py index d1ddd14f56..c2e4494fd4 100644 --- a/plugins/lookup/flattened.py +++ b/plugins/lookup/flattened.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (c) 2013, Serge van Ginderachter # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/lookup/hiera.py b/plugins/lookup/hiera.py index 658f377d59..5b440469eb 100644 --- a/plugins/lookup/hiera.py +++ b/plugins/lookup/hiera.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (c) 2017, Juan Manuel Parrilla # (c) 2012-17 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/lookup/keyring.py b/plugins/lookup/keyring.py index a98ae7aee9..73f9c5f4a9 100644 --- a/plugins/lookup/keyring.py +++ b/plugins/lookup/keyring.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (c) 2016, Samuel Boucher # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/lookup/lastpass.py b/plugins/lookup/lastpass.py index 3ae51b4c64..920d33176f 100644 --- a/plugins/lookup/lastpass.py +++ b/plugins/lookup/lastpass.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (c) 2016, Andrew Zenk # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/lookup/lmdb_kv.py b/plugins/lookup/lmdb_kv.py index 61dc410cc4..9dd46e338a 100644 --- a/plugins/lookup/lmdb_kv.py +++ b/plugins/lookup/lmdb_kv.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (c) 2017-2018, Jan-Piet Mens # (c) 2018 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/lookup/manifold.py b/plugins/lookup/manifold.py index 076a475091..01bb13cf0b 100644 --- a/plugins/lookup/manifold.py +++ b/plugins/lookup/manifold.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (c) 2018, Arigato Machine Inc. # (c) 2018, Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/lookup/nios.py b/plugins/lookup/nios.py index 008e8feffe..089805c97a 100644 --- a/plugins/lookup/nios.py +++ b/plugins/lookup/nios.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # # Copyright 2018 Red Hat | Ansible # diff --git a/plugins/lookup/passwordstore.py b/plugins/lookup/passwordstore.py index 3e936d8b18..7c00f432b1 100644 --- a/plugins/lookup/passwordstore.py +++ b/plugins/lookup/passwordstore.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (c) 2017, Patrick Deelman # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/lookup/redis.py b/plugins/lookup/redis.py index fdf3a6e17b..8de7e04cce 100644 --- a/plugins/lookup/redis.py +++ b/plugins/lookup/redis.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (c) 2012, Jan-Piet Mens # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/lookup/shelvefile.py b/plugins/lookup/shelvefile.py index 175ed49891..56cfdf1143 100644 --- a/plugins/lookup/shelvefile.py +++ b/plugins/lookup/shelvefile.py @@ -1,4 +1,4 @@ -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (c) 2015, Alejandro Guirao # (c) 2012-17 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/modules/clustering/nomad/nomad_job.py b/plugins/modules/clustering/nomad/nomad_job.py index a5e1cd3755..341592be50 100644 --- a/plugins/modules/clustering/nomad/nomad_job.py +++ b/plugins/modules/clustering/nomad/nomad_job.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (c) 2020, FERREIRA Christophe # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/modules/clustering/nomad/nomad_job_info.py b/plugins/modules/clustering/nomad/nomad_job_info.py index d913ebeb61..d49111bb4f 100644 --- a/plugins/modules/clustering/nomad/nomad_job_info.py +++ b/plugins/modules/clustering/nomad/nomad_job_info.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (c) 2020, FERREIRA Christophe # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/modules/web_infrastructure/apache2_module.py b/plugins/modules/web_infrastructure/apache2_module.py index d85ed0158f..c75dc1c30c 100644 --- a/plugins/modules/web_infrastructure/apache2_module.py +++ b/plugins/modules/web_infrastructure/apache2_module.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# coding: utf-8 -*- +# -*- coding: utf-8 -*- # (c) 2013-2014, Christian Berendt # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)