[ass]
This commit is contained in:
@@ -4,6 +4,12 @@
|
||||
gather_facts: true
|
||||
pre_tasks:
|
||||
|
||||
- name: Install bottle python package
|
||||
ansible.builtin.pip:
|
||||
name: netaddr
|
||||
delegate_to: localhost
|
||||
|
||||
|
||||
- name: Set hostname
|
||||
ansible.builtin.hostname:
|
||||
name: "{{ inventory_hostname }}"
|
||||
|
||||
Reference in New Issue
Block a user