Skip to content

Commit

Permalink
Adjust variable names according to namespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
ganto committed Oct 17, 2016
1 parent 02e441a commit 5bbc9f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ansible-roundcube/playbooks/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

- role: debops.php5
php5_packages:
- '{{ roundcube_php5_packages }}'
- '{{ roundcube__php5_packages }}'
php5_pools:
- '{{ roundcube_php5_pool }}'
- '{{ roundcube__php5_pool }}'
when: roundcube_dependencies|d()

- role: debops.nginx
nginx_servers:
- '{{ roundcube_nginx_server }}'
- '{{ roundcube__nginx_server }}'
nginx_upstreams:
- '{{ roundcube_nginx_upstream_php5 }}'
- '{{ roundcube__nginx_upstream_php5 }}'
when: roundcube_dependencies|d()

- role: 'ansible-roundcube'
Expand Down

0 comments on commit 5bbc9f8

Please sign in to comment.