diff --git a/tasks/arch_CLI_packages.yml b/tasks/arch_CLI_packages.yml index e91c645..3cd02dc 100644 --- a/tasks/arch_CLI_packages.yml +++ b/tasks/arch_CLI_packages.yml @@ -9,6 +9,7 @@ name: "{{ item }}" state: present with_items: + - sudo - wget - cronie - zsh diff --git a/tasks/deb_CLI_packages.yml b/tasks/deb_CLI_packages.yml index 913e65e..7302c1d 100644 --- a/tasks/deb_CLI_packages.yml +++ b/tasks/deb_CLI_packages.yml @@ -9,6 +9,7 @@ name: "{{ item }}" state: present with_items: + - sudo - wget - zsh - vim diff --git a/tasks/sudo.yml b/tasks/sudo.yml index 8ef4a11..b285cc7 100644 --- a/tasks/sudo.yml +++ b/tasks/sudo.yml @@ -1,9 +1,4 @@ --- -- name: Install sudo - pacman: - name: sudo - state: present - - name: Configure sudoers template: src: files/sudoers