summaryrefslogtreecommitdiff
path: root/base.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-05-31 12:14:53 +0300
committerLars Wirzenius <liw@liw.fi>2019-05-31 12:14:53 +0300
commitc78f6f8babec7a44e68add667ebc6da1657e4aba (patch)
tree3c850a155797287dbcb2ac230d9b6edf71bb5e4e /base.yml
parent910a094152d2ed0c1279eef490beb55c1edfd1f7 (diff)
downloadbase-image-specs-c78f6f8babec7a44e68add667ebc6da1657e4aba.tar.gz
Change: base image and build script for Debian buster as host
Diffstat (limited to 'base.yml')
-rw-r--r--base.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/base.yml b/base.yml
index 0a2b83d..bed3790 100644
--- a/base.yml
+++ b/base.yml
@@ -1,6 +1,6 @@
- hosts: image
tasks:
- - name: set /etc/hostname
+ - name: set hostname in /etc/hostname
copy:
content: "{{ hostname }}"
dest: /etc/hostname