DCD-224: Misc. minor cleanups.

This commit is contained in:
Steve Smith
2019-04-09 16:20:13 +10:00
parent c2e0a87cb8
commit ba49e5c087
3 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
---
- name: Install Redhat family support packages
- name: Install Amazon-Linux-specific support packages
yum:
name:
- shadow-utils

View File

@@ -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

View File

@@ -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',