mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 02:13:06 -06:00
AZURE-211 Determine Java Home for an Ubuntu Crowd deployment
This commit is contained in:
@@ -1 +0,0 @@
|
||||
---
|
||||
@@ -9,7 +9,8 @@ testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(
|
||||
@pytest.mark.parametrize('pkg', [
|
||||
'netcat',
|
||||
'rsync',
|
||||
'cifs-utils'
|
||||
'cifs-utils',
|
||||
'python-lxml'
|
||||
])
|
||||
def test_pkg(host, pkg):
|
||||
package = host.package(pkg)
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
- netcat
|
||||
- rsync
|
||||
- cifs-utils
|
||||
- python-lxml
|
||||
|
||||
- name: Fetch VM ID
|
||||
command: "dmidecode -s system-uuid"
|
||||
|
||||
Reference in New Issue
Block a user