diff --git a/group_vars/all.yml b/group_vars/all.yml index 35ba2d0..74fd014 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -7,8 +7,6 @@ user: shell: /bin/zsh country: Netherlands -hostname: archie - pacman: parallel_downloads: 10 diff --git a/roles/01_host_info/tasks/main.yml b/roles/01_host_info/tasks/main.yml index 43ecde8..281388e 100644 --- a/roles/01_host_info/tasks/main.yml +++ b/roles/01_host_info/tasks/main.yml @@ -4,9 +4,3 @@ that: ansible_distribution == "Archlinux" fail_msg: "Distribution '{{ ansible_distribution }}' is not supported." success_msg: "I run Arch, btw" - -- name: Set hostname to {{ hostname }} - ansible.builtin.hostname: - name: "{{ hostname }}" - use: systemd - become: true \ No newline at end of file