0
0

Modified hostname role

This commit is contained in:
Opnxng 2024-06-07 00:13:14 +08:00
parent bb45e86c19
commit 7fda2db78c

View File

@ -1,2 +1,3 @@
- name: Set hostname - name: Set hostname
command: "hostnamectl set-hostname {{ inventory_hostname }}" command: "hostnamectl set-hostname {{ inventory_hostname }}"
when: inventory_hostname in groups["oracle"]