roles/common: Remove old comment from main playbook

This commit is contained in:
Alan Orth 2016-08-22 16:35:02 +03:00
parent 6c6ff1b112
commit 861b5c5413
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -1,9 +1,4 @@
--- ---
# not needed on OpenStack images...
#- name: Set hostname
# hostname: name={{ inventory_hostname }}
# tags: hostname
#
#- name: Add hostname to /etc/hosts #- name: Add hostname to /etc/hosts
# lineinfile: dest=/etc/hosts insertafter=^127.0.0.1 line='127.0.1.1 {{ inventory_hostname }}' # lineinfile: dest=/etc/hosts insertafter=^127.0.0.1 line='127.0.1.1 {{ inventory_hostname }}'
# tags: hostname # tags: hostname