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)
|
- name: install dbus (needed to set the hostname with systemd)
|
||||||
apt:
|
apt:
|
||||||
pkg: dbus
|
pkg: dbus
|
||||||
when: rootpath == ""
|
when: not rootpath
|
||||||
|
|
||||||
- name: set hostname with systemd
|
- name: set hostname with systemd
|
||||||
hostname:
|
hostname:
|
||||||
name: "{{ inventory_hostname_short }}"
|
name: "{{ inventory_hostname_short }}"
|
||||||
when: rootpath == ""
|
when: not rootpath
|
||||||
|
|
||||||
- name: customize vm image hostname
|
- name: customize vm image hostname
|
||||||
copy:
|
copy:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue