Comment this for now until we can fix it.

This commit is contained in:
Kevin Fenzi 2014-10-04 23:54:04 +00:00
parent b8521533ad
commit 1b5fc3efe0
2 changed files with 4 additions and 4 deletions

View file

@ -46,8 +46,8 @@
#- name: copy copr.repo
# copy: src=$files/copr/fe/yum/copr.repo dest=/etc/yum.repos.d/copr.repo
- name: set the hostname
shell: hostname "{{ copr-hostname }}"
# - name: set the hostname
# shell: hostname "{{ copr-hostname }}"
- name: copy .forward file
copy: src="{{ _forward_src }}" dest=/root/.forward owner=root group=root

View file

@ -38,8 +38,8 @@
- name: copy copr.repo
copy: src="{{ files }}/copr/fe/yum/copr.repo" dest=/etc/yum.repos.d/copr.repo
- name: set the hostname
shell: hostname "{{ copr-hostname }}"
# - name: set the hostname
# shell: hostname "{{ copr-hostname }}"
- name: copy .forward file
copy: src="{{ _forward_src }}" dest=/root/.forward owner=root group=root