Skip to content

Commit

Permalink
Adding new line at the end of files for ansible lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
george-ghawali committed Dec 16, 2024
1 parent 7255624 commit df79794
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# file:
# path: "{{ source }}"
# state: absent
# ignore_errors: true
# ignore_errors: true
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
block: |
ndb_ip: "{{ lookup('env', 'NDB_HOST') }}"
ndb_username: "{{ lookup('env', 'NDB_USERNAME') }}"
ndb_password: "{{ lookup('env', 'NDB_PASSWORD') }}"
ndb_password: "{{ lookup('env', 'NDB_PASSWORD') }}"

0 comments on commit df79794

Please sign in to comment.