Fix hostname call
This commit is contained in:
parent
aa9d62b4ef
commit
28ce5cedb6
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue