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