fixed linter warnings

This commit is contained in:
nd 2019-11-02 16:21:02 +01:00
parent bedc65d50b
commit 2dc81fdff5
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9

View file

@ -1,12 +1,12 @@
- name: install dbus (needed to set the hostname with systemd)
apt:
pkg: dbus
when: rootpath == ""
when: not rootpath
- name: set hostname with systemd
hostname:
name: "{{ inventory_hostname_short }}"
when: rootpath == ""
when: not rootpath
- name: customize vm image hostname
copy: