From 5b0655ad5a0d55600477d6aa4d1ea8b79b8b1424 Mon Sep 17 00:00:00 2001 From: vincent Date: Sun, 14 Apr 2019 11:45:39 +0200 Subject: [PATCH] role ssmtp --- tasks/base_software.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/base_software.yml b/tasks/base_software.yml index 4f8b091..d34a601 100644 --- a/tasks/base_software.yml +++ b/tasks/base_software.yml @@ -19,7 +19,7 @@ - name: launch base install software pacman: state: present # not required. choices: absent;latest;present. Desired state of the package. - name: ['zsh','stow','wol','nmap','rsync','awesome-terminal-fonts','wget','bat','diff-so-fancy','git','htop','thefuck','tldr','ntfs-3g','python-lxml','tmux','vim','zsh-theme-powerlevel9k','python-pip','pacman-contrib','npm','nethogs','iftop','zip','unzip','unrar' ] # not required. Name or list of names of the packages to install, upgrade, or remove. + name: ['zsh','stow','wol','nmap','bind-tools','rsync','awesome-terminal-fonts','wget','bat','diff-so-fancy','git','htop','thefuck','tldr','ntfs-3g','python-lxml','tmux','vim','zsh-theme-powerlevel9k','python-pip','pacman-contrib','npm','nethogs','iftop','zip','unzip','unrar' ] # not required. Name or list of names of the packages to install, upgrade, or remove. become: yes - name: install powerline status via pip