Merge branch 'master' of git_opytex:/lafrite/Ansible_workstation

This commit is contained in:
Bertrand Benjamin 2019-07-01 20:30:03 +02:00
commit 95146d3e4f
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
- name: Install base CLI packages - name: Install base CLI packages
pacman: pacman:
name: name:
- pacman-contrib
- sudo - sudo
- wget - wget
- cronie - cronie

View File

@ -10,6 +10,7 @@
- python2-pip - python2-pip
- graphviz - graphviz
- python-black - python-black
- pyenv
state: present state: present
- name: Install yarn and node js - name: Install yarn and node js