Skip to content

Commit

Permalink
fix: fd -> fd-find, micro download -> apt install, add python3-venv
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Apr 30, 2020
1 parent 97e5595 commit 742b833
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 4 additions & 2 deletions defaults/main.yml
Expand Up @@ -2,12 +2,12 @@
ntp_config_server: [ '0.pool.ntp.org', '1.pool.ntp.org', '2.pool.ntp.org', '3.pool.ntp.org' ]
common_timezone: 'Asia/Yekaterinburg'
common_default_editor: mcedit
common_micro_version: 1.3.3
#common_micro_version: 2.5.0
common_packages:
- apt-transport-https
- curl
- ccze
- fd
- fd-find
- git
- grc
- htop
Expand All @@ -18,6 +18,7 @@ common_packages:
- less
- lnav
- mc
- micro
- mtr
- ncdu
- nmap
Expand Down Expand Up @@ -45,6 +46,7 @@ common_packages_dev:
- python3-dev
- python3-pip
- python3-setuptools
- python3-venv
#- libxml2-dev # for howdoi
#- libxslt1-dev # for howdoi
#- zlib1g-dev # for howdoi
Expand Down
4 changes: 2 additions & 2 deletions tasks/main.yml
@@ -1,8 +1,8 @@
---
- include: packages.yml
tags: [ common, install, packages ]
- include: micro.yml
tags: [ common, install, packages, micro ]
#- include: micro.yml
# tags: [ common, install, packages, micro ]
- include: editor.yml
tags: [ common, editor ]
- include: timezone.yml
Expand Down
1 change: 1 addition & 0 deletions tasks/micro.yml
@@ -1,4 +1,5 @@
---
# not used, install from apt
- name: Check for micro exists
stat: "path=/usr/local/bin/micro"
register: common_micro_stat
Expand Down

0 comments on commit 742b833

Please sign in to comment.