From 93f9802bdbc93ad4f1f082173ec380f2c1d5abdb Mon Sep 17 00:00:00 2001 From: vincent Date: Wed, 17 Apr 2019 21:53:41 +0200 Subject: [PATCH] git lfs add --- tasks/base_software.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/base_software.yml b/tasks/base_software.yml index d34a601..9f8e69f 100644 --- a/tasks/base_software.yml +++ b/tasks/base_software.yml @@ -19,10 +19,10 @@ - name: launch base install software pacman: state: present # not required. choices: absent;latest;present. Desired state of the package. - 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. + name: ['zsh','stow','wol','nmap','bind-tools','rsync','awesome-terminal-fonts','wget','bat','diff-so-fancy','git','git-lfs','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 pip: name: powerline-status # not required. The name of a Python library to install or the url(bzr+,hg+,git+,svn+) of the remote package.,This can be a list (since 2.2) and contain version specifiers (since 2.7). - extra_args: --user \ No newline at end of file + extra_args: --user