We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27b5ecc commit dd1dc8dCopy full SHA for dd1dc8d
tasks/dependencies.yml
@@ -2,10 +2,10 @@
2
become: yes
3
apt:
4
update_cache: yes
5
- name: "{{ item }}"
+ name:
6
+ - tcplay
7
+ - python3-setuptools
8
+ - python3-pip
9
+ - expect
10
+ - util-linux
11
state: present
- with_items:
- - tcplay
- - expect
- - util-linux
- - python3-pip
tasks/setup-deployer.yml
@@ -1,3 +1,9 @@
1
+- name: Install setuptools for python
+ become: yes
+ apt:
+ name: python3-setuptools
+ state: present
+
- name: Install via python pip
pip:
0 commit comments