From b58694dfd9968f282301e4e80d9ad0bd3f26c602 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Thu, 16 Apr 2015 18:14:37 -0400 Subject: [PATCH] minor whitespace cleanups --- playbooks/roles/bifrost-prepare-for-test/tasks/main.yml | 2 +- playbooks/roles/ironic-install/tasks/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/roles/bifrost-prepare-for-test/tasks/main.yml b/playbooks/roles/bifrost-prepare-for-test/tasks/main.yml index 0c4f40146..1a892a7e1 100644 --- a/playbooks/roles/bifrost-prepare-for-test/tasks/main.yml +++ b/playbooks/roles/bifrost-prepare-for-test/tasks/main.yml @@ -15,7 +15,7 @@ - name: "Waiting for the base testvm machine to become available." wait_for: state=started port=22 host={{ item.split(',')[11] }} timeout=600 with_lines: - - cat {{ baremetal_csv_file }} + - cat {{ baremetal_csv_file }} - name: "Adding testvms to Ansible Inventory" add_host: name="{{ item.split(',')[11] }}:22" groups=testvm with_lines: diff --git a/playbooks/roles/ironic-install/tasks/main.yml b/playbooks/roles/ironic-install/tasks/main.yml index 9f0b638ad..8b5230193 100644 --- a/playbooks/roles/ironic-install/tasks/main.yml +++ b/playbooks/roles/ironic-install/tasks/main.yml @@ -167,7 +167,7 @@ - name: "Copy iPXE image into place" copy: src=/usr/lib/ipxe/undionly.kpxe dest=/tftpboot/ - name: "Deploy dnsmasq configuration file" - template: src=dnsmasq.conf.j2 dest=/etc/dnsmasq.conf + template: src=dnsmasq.conf.j2 dest=/etc/dnsmasq.conf # NOTE(Shrews) When testing, we want to use our custom dnsmasq.conf file, # not the one supplied by libvirt. And the libvirt started dnsmasq processes # are not controlled by upstart, so we need to manually kill those.