diff --git a/defaults/main.yml b/defaults/main.yml index 88cb688..43bbf85 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,6 +1,6 @@ username: user arch_base_locale: fr_FR.UTF-8 -arch_base_keymap: FR +arch_base_keymap: fr arch_base_timezone: Europe/Paris arch_base_locales: [ "fr_FR.UTF-8", diff --git a/tasks/base_software.yml b/tasks/base_software.yml index 9281d8b..390280a 100644 --- a/tasks/base_software.yml +++ b/tasks/base_software.yml @@ -19,5 +19,10 @@ - name: launch base install software pacman: 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. - become: yes \ No newline at end of file + 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 + +- 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