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 }}