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 ba86a3f commit 156867cCopy full SHA for 156867c
2 files changed
roles/pytest_project/tasks/install.yml
@@ -4,6 +4,8 @@
4
package:
5
name: "{{ pytest_project_packages }}"
6
state: present
7
+ when:
8
+ - pytest_project_packages | length > 0
9
10
- name: Clone project
11
git:
roles/smoker/tasks/main.yml
@@ -3,6 +3,8 @@
3
become: true
name: '{{ smoker_browser_packages }}'
+ - smoker_browser_packages | length > 0
- name: 'Install Smoker via pytest_project'
include_role:
0 commit comments