We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f935482 commit 73cf6d9Copy full SHA for 73cf6d9
tasks/server.yml
@@ -23,3 +23,7 @@
23
owner: root
24
group: root
25
mode: '0644'
26
+
27
+- name: Set hostname
28
+ ansible.builtin.hostname:
29
+ name: "{{ ansible_hostname }}"
0 commit comments