forked from ISTI-ansible-roles/ansible-roles
7 lines
108 B
YAML
7 lines
108 B
YAML
|
---
|
||
|
- name: Set the hostname
|
||
|
hostname: name={{ hostname }}
|
||
|
when: hostname is defined
|
||
|
tags: bootstrap
|
||
|
|