From 048fb2c3b3d01301056f90880bf5c8578ff644e0 Mon Sep 17 00:00:00 2001 From: Emiliano Vavassori Date: Sat, 21 Sep 2024 19:13:40 +0200 Subject: [PATCH] Semplificazione deploy di base. --- linode-ansible/deploy.yml | 1 + linode-ansible/fixhostname.yml | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 linode-ansible/fixhostname.yml diff --git a/linode-ansible/deploy.yml b/linode-ansible/deploy.yml index e291772..8de75a3 100644 --- a/linode-ansible/deploy.yml +++ b/linode-ansible/deploy.yml @@ -1,6 +1,7 @@ --- - hosts: all roles: + - fixhostname - base become: yes become_user: root diff --git a/linode-ansible/fixhostname.yml b/linode-ansible/fixhostname.yml deleted file mode 100644 index 1e33c1d..0000000 --- a/linode-ansible/fixhostname.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -- hosts: all - roles: - - fixhostname - become: yes - become_user: root