do not fail if systemd is broken (android)

This commit is contained in:
nd 2020-11-13 22:11:15 +01:00
parent ca287d6871
commit 8ffc9fef55
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9

View file

@ -4,6 +4,7 @@
when: not rootpath when: not rootpath
- name: set hostname with systemd - name: set hostname with systemd
failed_when: false
hostname: hostname:
name: "{{ inventory_hostname_short }}" name: "{{ inventory_hostname_short }}"
when: not rootpath when: not rootpath