fix issue
This commit is contained in:
parent
f290f39cfc
commit
b9dc9b33b7
@ -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",
|
||||
|
@ -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
|
||||
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
|
Loading…
Reference in New Issue
Block a user