diff options
author | Thomas Wiest <twiest@users.noreply.github.com> | 2015-03-18 18:03:11 -0400 |
---|---|---|
committer | Thomas Wiest <twiest@users.noreply.github.com> | 2015-03-18 18:03:11 -0400 |
commit | f1d5319ed661cab3ef386d94f2c639be99e14110 (patch) | |
tree | 7bda0eee678972c507c2343984be37d31c821808 /roles/openshift_common/tasks | |
parent | db9cf8ef4f030f30391e021f360fe0c3db1dce74 (diff) | |
parent | 7035459d20dd2d278b0a0e6ff96421639f6e0e34 (diff) | |
download | openshift-f1d5319ed661cab3ef386d94f2c639be99e14110.tar.gz openshift-f1d5319ed661cab3ef386d94f2c639be99e14110.tar.bz2 openshift-f1d5319ed661cab3ef386d94f2c639be99e14110.tar.xz openshift-f1d5319ed661cab3ef386d94f2c639be99e14110.zip |
Merge pull request #116 from detiber/bugSquashing
Bug squashing
Diffstat (limited to 'roles/openshift_common/tasks')
-rw-r--r-- | roles/openshift_common/tasks/main.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/roles/openshift_common/tasks/main.yml b/roles/openshift_common/tasks/main.yml index 728bba4e4..07737a71f 100644 --- a/roles/openshift_common/tasks/main.yml +++ b/roles/openshift_common/tasks/main.yml @@ -1,8 +1,6 @@ --- -# fixme: Once openshift stops resolving hostnames for node queries remove this... -- name: Set hostname to IP Addr (WORKAROUND) - hostname: name={{ openshift_bind_ip }} - when: openshift_hostname_workaround +- name: Set hostname + hostname: name={{ openshift_hostname }} - name: Configure local facts file file: path=/etc/ansible/facts.d/ state=directory mode=0750 |