mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
DCD-224: Misc. minor cleanups.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
|
||||
- name: Install Redhat family support packages
|
||||
- name: Install Amazon-Linux-specific support packages
|
||||
yum:
|
||||
name:
|
||||
- shadow-utils
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
- name: Install distro-specific prerequisites
|
||||
include: "{{ ansible_distribution|lower }}.yml"
|
||||
|
||||
- name: Install common support packags
|
||||
- name: Install common support packages
|
||||
package:
|
||||
name:
|
||||
- jq
|
||||
|
||||
@@ -22,6 +22,7 @@ def test_dirs_created(host, target):
|
||||
assert d.is_directory
|
||||
assert d.user == 'testuser'
|
||||
|
||||
|
||||
@pytest.mark.parametrize('target', [
|
||||
'/usr/bin/git',
|
||||
'/usr/bin/psql',
|
||||
|
||||
Reference in New Issue
Block a user