fix issue

This commit is contained in:
vincent 2019-04-10 20:27:12 +02:00
parent f290f39cfc
commit b9dc9b33b7
2 changed files with 8 additions and 3 deletions

View File

@ -1,6 +1,6 @@
username: user username: user
arch_base_locale: fr_FR.UTF-8 arch_base_locale: fr_FR.UTF-8
arch_base_keymap: FR arch_base_keymap: fr
arch_base_timezone: Europe/Paris arch_base_timezone: Europe/Paris
arch_base_locales: [ arch_base_locales: [
"fr_FR.UTF-8", "fr_FR.UTF-8",

View File

@ -19,5 +19,10 @@
- name: launch base install software - name: launch base install software
pacman: pacman:
state: present # not required. choices: absent;latest;present. Desired state of the package. 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. name: ['zsh','stow','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' ] # not required. Name or list of names of the packages to install, upgrade, or remove.
become: yes 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