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 | |
| 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')
| -rw-r--r-- | roles/common/templates/etc/hostname.j2 | 1 | ||||
| -rw-r--r-- | roles/common/templates/etc/mailname.j2 | 1 |
2 files changed, 0 insertions, 2 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 }} diff --git a/roles/common/templates/etc/mailname.j2 b/roles/common/templates/etc/mailname.j2 deleted file mode 100644 index 1fad51f..0000000 --- a/roles/common/templates/etc/mailname.j2 +++ /dev/null @@ -1 +0,0 @@ -{{ inventory_hostname }} |
