Skip to content

Commit

Permalink
Don't change hostname with ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Rosborough committed Jan 31, 2016
1 parent 8ae9cef commit b2e8135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

tasks:

- hostname: name={{ server_hostname }}
become: yes
# server_hostname is already the same as hostname --fqdn.
# - hostname: name={{ server_hostname }}

- name: Setup | Message of the day.
action: template src=templates/motd.j2 dest={{ motd_path }} mode=755
Expand Down

0 comments on commit b2e8135

Please sign in to comment.