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

Commit

Permalink
Fix error when atttempting to use ansible targets
Browse files Browse the repository at this point in the history
Certain sub-playbooks require variables defined in the
`grsecurity_urls` run. Since that module doesnt actually make changes,
we should always run it to fix downstream targeting.
  • Loading branch information
msheiny committed Jan 11, 2018
1 parent fd8679a commit 9bb4211
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/main-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
# according to patch type 'test' or 'stable'.
grsecurity_urls:
patch_type: "{{ grsecurity_build_patch_type }}"
tags: always

- include: gpg_keys.yml
tags: gpg
Expand Down

0 comments on commit 9bb4211

Please sign in to comment.