summaryrefslogtreecommitdiff
path: root/base.yml
diff options
context:
space:
mode:
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