diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2013-12-15 04:49:50 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:51:23 +0200 |
commit | 3d2f023cb27126e879ac3522169cf813507b58ba (patch) | |
tree | beb466a21b341fde3975f3fa76bdd2967dcf8adc /roles/common/templates/etc/hostname.j2 | |
parent | 827332364b00d3b47367fa97901dab8f4bfe4e91 (diff) |
Force expansion of escape sequences.
By using double quoted scalars, cf.
https://groups.google.com/forum/#!topic/ansible-project/ZaB6o-eqDzw
Diffstat (limited to 'roles/common/templates/etc/hostname.j2')
-rw-r--r-- | roles/common/templates/etc/hostname.j2 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/common/templates/etc/hostname.j2 b/roles/common/templates/etc/hostname.j2 deleted file mode 100644 index 68fd234..0000000 --- a/roles/common/templates/etc/hostname.j2 +++ /dev/null @@ -1 +0,0 @@ -{{ inventory_hostname_short }} |