mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -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:
|
yum:
|
||||||
name:
|
name:
|
||||||
- shadow-utils
|
- shadow-utils
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
- name: Install distro-specific prerequisites
|
- name: Install distro-specific prerequisites
|
||||||
include: "{{ ansible_distribution|lower }}.yml"
|
include: "{{ ansible_distribution|lower }}.yml"
|
||||||
|
|
||||||
- name: Install common support packags
|
- name: Install common support packages
|
||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
- jq
|
- jq
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ def test_dirs_created(host, target):
|
|||||||
assert d.is_directory
|
assert d.is_directory
|
||||||
assert d.user == 'testuser'
|
assert d.user == 'testuser'
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.parametrize('target', [
|
@pytest.mark.parametrize('target', [
|
||||||
'/usr/bin/git',
|
'/usr/bin/git',
|
||||||
'/usr/bin/psql',
|
'/usr/bin/psql',
|
||||||
|
|||||||
Reference in New Issue
Block a user