install consul for python3

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-07-23 16:00:36 -04:00
parent 15e89220dd
commit fac2db4204
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,12 @@
line: '{{ tinc_network_name }}'
state: present
- name: Install script dependencies
tags: ['role::tinc', 'role::tinc:install']
apt:
pkg:
- python3-consul
- name: Copy up, down, & refresh scritps
tags: ['role::tinc', 'role::tinc:install']
copy: