Skip to content

Commit

Permalink
Use by_role instead of the role key
Browse files Browse the repository at this point in the history
  • Loading branch information
ypid committed Aug 30, 2016
1 parent 789c352 commit 3a61389
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ redis__apt_preferences__dependent_list:
- package: 'redis-server'
backports: [ 'wheezy' ]
reason: 'Critical bugs in older versions - http://download.redis.io/redis-stable/00-RELEASENOTES'
role: 'debops.redis'
by_role: 'debops.redis'

# ]]]
# .. envvar:: redis__etc_services__dependent_list [[[
Expand All @@ -567,14 +567,14 @@ redis__ferm__dependent_rules:
weight: '40'
saddr: '{{ redis__server_allow }}'
accept_any: False
role: 'debops.redis'
by_role: 'debops.redis'

- type: 'accept'
dport: ['redis-sentinel']
weight: '40'
saddr: '{{ redis__sentinel_allow }}'
accept_any: False
role: 'debops.redis'
by_role: 'debops.redis'
# ]]]
# ]]]
# ]]]

0 comments on commit 3a61389

Please sign in to comment.