diff --git a/.gitignore b/.gitignore index 44c0e1d..4862c4f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ !/collections/.gitkeep /collections -__pycache__ \ No newline at end of file +__pycache__ diff --git a/LICENSE b/LICENSE index 4ae5d98..d5ea22a 100644 --- a/LICENSE +++ b/LICENSE @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. diff --git a/ansible.cfg b/ansible.cfg index 9cace49..a4d75ac 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -13,4 +13,4 @@ action_warnings = false inventory_unparsed_warning = false [inventory] -host_pattern_mismatch = ignore \ No newline at end of file +host_pattern_mismatch = ignore diff --git a/install.sh b/install.sh index 7c10d18..3198b7e 100644 --- a/install.sh +++ b/install.sh @@ -36,4 +36,4 @@ python3 -m venv /opt/ansible &> /dev/null echo " ============================== -" \ No newline at end of file +" diff --git a/inventory.yml b/inventory.yml index c9d1b23..6027277 100644 --- a/inventory.yml +++ b/inventory.yml @@ -4,4 +4,4 @@ all: localhost: vars: ansible_connection: local - ansible_python_interpreter: "{{ansible_playbook_python}}" \ No newline at end of file + ansible_python_interpreter: "{{ansible_playbook_python}}" diff --git a/requirements.yml b/requirements.yml index 7833715..68b4a8e 100644 --- a/requirements.yml +++ b/requirements.yml @@ -1,3 +1,3 @@ --- collections: - - containers.podman \ No newline at end of file + - containers.podman diff --git a/tasks.yml b/tasks.yml index d75cc94..623c61c 100644 --- a/tasks.yml +++ b/tasks.yml @@ -22,4 +22,4 @@ import_tasks: tasks/deployer.yml tags: - deployer - - never \ No newline at end of file + - never diff --git a/tasks/maintenance.yml b/tasks/maintenance.yml index 3be0633..0c8839a 100644 --- a/tasks/maintenance.yml +++ b/tasks/maintenance.yml @@ -34,4 +34,4 @@ state: latest extra_args: --upgrade virtualenv: /opt/ansible - virtualenv_command: "python3 -m venv" \ No newline at end of file + virtualenv_command: "python3 -m venv"