fixed linter warnings
This commit is contained in:
parent
bedc65d50b
commit
2dc81fdff5
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue