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 a36fc71 commit 46a3d02Copy full SHA for 46a3d02
tasks/download/nexus.yml
@@ -1,16 +1,8 @@
1
-- name: Install lxml dependency for Ansible maven_artifact module (yum).
2
- yum:
+---
+- name: Install lxml dependency for Ansible maven_artifact module.
3
+ package:
4
name: python-lxml
5
state: present
- when: ansible_pkg_mgr == 'yum'
6
-
7
-- name: Install lxml dependency for Ansible maven_artifact module (apt).
8
- apt:
9
- name: python-lxml
10
- state: present
11
- update_cache: yes
12
- cache_valid_time: 3600
13
- when: ansible_pkg_mgr == 'apt'
14
15
- name: Download AEM quickstart artifact from Nexus.
16
maven_artifact:
0 commit comments