Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Commit

Permalink
Use stable3 for securedrop-docker
Browse files Browse the repository at this point in the history
Also add fix for Ansible 2.7+
  • Loading branch information
emkll committed Oct 28, 2019
1 parent c99b84d commit 3cb6393
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions molecule/securedrop-docker/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
USER: vagrant
roles:
- role: ansible-role-grsecurity-build
grsecurity_build_patch_type: stable2
grsecurity_build_custom_config: config-securedrop-4.4
grsecurity_build_patch_type: stable3
grsecurity_build_custom_config: config-securedrop-4.14
tags: kernel
2 changes: 1 addition & 1 deletion tasks/fetch_grsecurity_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
register: _fetch_grsec_results
delay: 15
retries: 5
until: not _fetch_grsec_results|failed
until: not _fetch_grsec_results is failed

0 comments on commit 3cb6393

Please sign in to comment.