diff --git a/tasks/base_software.yml b/tasks/base_software.yml index 5809217..39dbd83 100644 --- a/tasks/base_software.yml +++ b/tasks/base_software.yml @@ -3,12 +3,4 @@ state: present # not required. choices: absent;latest;present. Desired state of the package. name: ['zsh','stow','nmap','rsync','awesome-terminal-fonts','wget','bat','diff-so-fancy','git','htop','thefuck','tldr','ntfs-3g','tmux','vim','zsh-theme-powerlevel9k' ] # not required. Name or list of names of the packages to install, upgrade, or remove. update_cache: true # not required. Whether or not to refresh the master package lists. This can be run as part of a package installation or as a separate step. - become: yes - -- name: install oh-my-zsh-git - aur: - skip_installed: True - name: oh-my-zsh-git - use: yay - become: yes - become_user: aur_builder \ No newline at end of file + become: yes \ No newline at end of file