diff options
author | binary <me@rgoncalves.se> | 2020-11-08 21:07:40 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-11-08 21:07:40 +0100 |
commit | 5189fdfd939ea48459a28cffb1fb69df5d363a3c (patch) | |
tree | c0608a21638488de7d175c0b8b444f5ba48d9779 /roles/common | |
parent | af93e33875b4d5ed2199fbd9c75f71d4cb17ce58 (diff) | |
download | infrastructure-5189fdfd939ea48459a28cffb1fb69df5d363a3c.tar.gz |
Refactor inventory content
Diffstat (limited to 'roles/common')
-rw-r--r-- | roles/common/tasks/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml index 28bf411..cc959d9 100644 --- a/roles/common/tasks/main.yml +++ b/roles/common/tasks/main.yml @@ -15,6 +15,7 @@ - "{{ packages.wget }}" - "{{ packages.figlet }}" - "{{ packages.neovim }}" + - "{{ packages.pip }}" ignore_errors: yes |