More boilerplate fixes. (#70224)

* Fix boilerplate in hacking dir.
* Fix boilerplate in docs dir.
* Fix boilerplate in integration tests.
* Fix boilerplate in examples.
This commit is contained in:
Matt Clay
2020-06-22 19:05:30 -07:00
committed by GitHub
parent 234994fc07
commit 4816bb4f43
47 changed files with 128 additions and 93 deletions

View File

@@ -28,6 +28,9 @@
# ./hacking/test-module.py -m lib/ansible/modules/files/lineinfile.py -a "dest=/etc/exports line='/srv/home hostname1(rw,sync)'" --check
# ./hacking/test-module.py -m lib/ansible/modules/commands/command.py -a "echo hello" -n -o "test_hello"
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
import glob
import optparse
import os