]> arthur.barton.de Git - AnsibleRoles.git/commitdiff
net-base: Setting the hostname on OpenBSD is not supported
authorAlexander Barton <alex@barton.de>
Tue, 20 Oct 2015 13:00:16 +0000 (15:00 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 20 Oct 2015 13:00:16 +0000 (15:00 +0200)
roles/net-base/tasks/main.yml

index d3d959cd715bcb6bb48177adb49959b41009d370..34eab7a9c23489b3d71edf3da4029d843033edd8 100644 (file)
@@ -7,3 +7,4 @@
     - hostname
   hostname: >
     name="{{ inventory_hostname_short }}"
+  when: "ansible_distribution != 'OpenBSD'"