This commit is contained in:
parent
4dd1dda194
commit
2fea575d5f
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,12 @@
|
|||
---
|
||||
- name: Install dependencies
|
||||
ansible.builtin.apt:
|
||||
name: [ git, libterm-readline-gnu-perl, libcurses-ui-perl ]
|
||||
name:
|
||||
- git
|
||||
- libcurses-ui-perl
|
||||
- libjson-perl
|
||||
- libterm-readline-gnu-perl
|
||||
- libwww-perl
|
||||
state: present
|
||||
|
||||
- name: Clone revbank source
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue