Skip to content

Commit

Permalink
Fix don't expand booleans
Browse files Browse the repository at this point in the history
  • Loading branch information
torian committed May 24, 2017
1 parent 122fee5 commit 82911f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- Fixed ipsec.conf typo (`config` instead of `conn`)
- Fixed binary prefix for Debian like systems
- Skip handlers on the first run of the role (based on package installation)
- Don't expand booleans

## 2017-05-23: 0.1.0

Expand Down
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ strongswan_config_file: "{{strongswan_prefix}}/ipsec.conf"
strongswan_secrets_file: "{{strongswan_prefix}}/ipsec.secrets"

strongswan_config_setup:
uniqueids: yes
charonstart: yes
uniqueids: 'yes'
charonstart: 'yes'
charondebug: ''

# strongswan_conn_default: Defaults for connections
Expand Down

0 comments on commit 82911f3

Please sign in to comment.