From 28ce5cedb6ae461c81fbdedbe3f943d1168f9b83 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 25 Jun 2016 18:19:42 +0000 Subject: [PATCH] Fix hostname call --- playbooks/groups/copr-backend.yml | 2 +- playbooks/groups/copr-dist-git.yml | 2 +- playbooks/groups/copr-frontend.yml | 2 +- playbooks/groups/copr-keygen.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/playbooks/groups/copr-backend.yml b/playbooks/groups/copr-backend.yml index 6d6147eb54..f730c7a7ce 100644 --- a/playbooks/groups/copr-backend.yml +++ b/playbooks/groups/copr-backend.yml @@ -32,7 +32,7 @@ - include: "{{ tasks }}/cloud_setup_basic.yml" - name: set hostname (required by some services, at least postfix need it) - hostname: "{{copr_hostbase}}.cloud.fedoraproject.org" + hostname: name="{{copr_hostbase}}.cloud.fedoraproject.org" - name: provision instance hosts: copr-back:copr-back-stg diff --git a/playbooks/groups/copr-dist-git.yml b/playbooks/groups/copr-dist-git.yml index f00ba8407f..ae0ea8c7c8 100644 --- a/playbooks/groups/copr-dist-git.yml +++ b/playbooks/groups/copr-dist-git.yml @@ -23,7 +23,7 @@ tasks: - include: "{{ tasks }}/cloud_setup_basic.yml" - name: set hostname (required by some services, at least postfix need it) - hostname: "{{copr_hostbase}}.cloud.fedoraproject.org" + hostname: name="{{copr_hostbase}}.cloud.fedoraproject.org" - name: install dnf yum: state=present name=dnf diff --git a/playbooks/groups/copr-frontend.yml b/playbooks/groups/copr-frontend.yml index 70ea812bd2..d3f43e1546 100644 --- a/playbooks/groups/copr-frontend.yml +++ b/playbooks/groups/copr-frontend.yml @@ -23,7 +23,7 @@ tasks: - include: "{{ tasks }}/cloud_setup_basic.yml" - name: set hostname (required by some services, at least postfix need it) - hostname: "{{copr_hostbase}}.cloud.fedoraproject.org" + hostname: name="{{copr_hostbase}}.cloud.fedoraproject.org" - name: provision instance hosts: copr-front:copr-front-stg diff --git a/playbooks/groups/copr-keygen.yml b/playbooks/groups/copr-keygen.yml index 3f51e20d42..1ccb073a86 100644 --- a/playbooks/groups/copr-keygen.yml +++ b/playbooks/groups/copr-keygen.yml @@ -31,7 +31,7 @@ tasks: - include: "{{ tasks }}/cloud_setup_basic.yml" - name: set hostname (required by some services, at least postfix need it) - hostname: "{{copr_hostbase}}.cloud.fedoraproject.org" + hostname: name="{{copr_hostbase}}.cloud.fedoraproject.org" - name: provision instance hosts: copr-keygen:copr-keygen-stg