Skip to content

Commit 10c61e0

Browse files
committed
Issue #308: Add additional dirmngr test dependency.
1 parent cf2819d commit 10c61e0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tests/drupal.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@
55
- name: Update the apt cache so we can install ufw.
66
apt: update_cache=yes cache_valid_time=600
77

8-
- name: Install ufw so we can disable it in the playbook.
9-
apt: name=ufw state=present
8+
- name: Install required test dependencies.
9+
apt:
10+
name:
11+
- ufw
12+
- dirmngr
13+
state: present
1014

1115
# Drupal test.
1216
- import_playbook: ../drupal/provisioning/playbook.yml

0 commit comments

Comments
 (0)