From 3bb925a0749aaf9db70833a70b1ae13a55111792 Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Mon, 19 Oct 2015 14:22:46 -0700 Subject: [PATCH] Add newlines at end of files Add newlines at end of the files. Without the newline at the end of the file the Gblame command in vim-fugitive gets confused. These were the only three files discovered without newlines Change-Id: I747e1ae35b2974732ec9058033a7ea445b08a121 --- .../defaults/required_defaults_Fedora_22.yml | 2 +- .../roles/bifrost-ironic-install/templates/systemd_template.j2 | 2 +- playbooks/roles/bifrost-prep-for-install/tasks/git.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/roles/bifrost-ironic-install/defaults/required_defaults_Fedora_22.yml b/playbooks/roles/bifrost-ironic-install/defaults/required_defaults_Fedora_22.yml index d7f04a71d..a263349ec 100644 --- a/playbooks/roles/bifrost-ironic-install/defaults/required_defaults_Fedora_22.yml +++ b/playbooks/roles/bifrost-ironic-install/defaults/required_defaults_Fedora_22.yml @@ -2,4 +2,4 @@ # NOTE(cinerama): On Fedora 22, ansible 1.9, ansible_pkg_mgr # defaults to yum, which may not be installed. This can be safely # removed when we start using an ansible release which prefers dnf. -ansible_pkg_mgr: "dnf" \ No newline at end of file +ansible_pkg_mgr: "dnf" diff --git a/playbooks/roles/bifrost-ironic-install/templates/systemd_template.j2 b/playbooks/roles/bifrost-ironic-install/templates/systemd_template.j2 index a9127d493..1b5a384f3 100644 --- a/playbooks/roles/bifrost-ironic-install/templates/systemd_template.j2 +++ b/playbooks/roles/bifrost-ironic-install/templates/systemd_template.j2 @@ -7,4 +7,4 @@ User={{ item.username }} [Install] WantedBy=multi-user.target -Alias={{ item.service_name }}{{ init_ext }} \ No newline at end of file +Alias={{ item.service_name }}{{ init_ext }} diff --git a/playbooks/roles/bifrost-prep-for-install/tasks/git.yml b/playbooks/roles/bifrost-prep-for-install/tasks/git.yml index 24e91db53..f6182e637 100644 --- a/playbooks/roles/bifrost-prep-for-install/tasks/git.yml +++ b/playbooks/roles/bifrost-prep-for-install/tasks/git.yml @@ -20,4 +20,4 @@ - name: "Reset local repository" command: git reset --hard {{ git_branch }} chdir={{ git_folder }} - name: "Resync local repository" - command: git pull --ff-only chdir={{ git_folder }} \ No newline at end of file + command: git pull --ff-only chdir={{ git_folder }}