normalize newlines at end of file

This is needed for https://review.opendev.org/#/c/693826 which improves
linting.

The funny aspect is that we already had pre-commit rule to check this
inside the repository but it was not active on CI.

Change-Id: I7c528e193c7656d71d53908620970e7b51e9e6cc
This commit is contained in:
Sorin Sbarnea
2019-11-12 15:06:58 +00:00
parent 8bcac91324
commit 26ebbf1700
16 changed files with 9 additions and 16 deletions

View File

@@ -19,4 +19,3 @@
# All variables within this role should have a prefix of "tripleo_{{ role_name | replace('tripleo-', '') | replace('-', '_') }}"
tripleo_{{ role_name | replace('tripleo-', '') | replace('-', '_') }}_debug: false

View File

@@ -42,4 +42,3 @@ galaxy_info:
# List your role dependencies here, one per line. Be sure to remove the '[]' above,
# if you add dependencies to this list.
dependencies: []

View File

@@ -35,4 +35,3 @@ RUN easy_install {{ pkg }}
{% endraw %}
CMD ["sh", "-c", "while true; do sleep 10000; done"]

View File

@@ -19,4 +19,3 @@
hosts: all
roles:
- role: "{{ role_name }}"