Skip to content

Commit

Permalink
Update Ansible tags for ownCloud and Apache playbooks
Browse files Browse the repository at this point in the history
  • Loading branch information
ypid committed Jan 17, 2017
1 parent fd27cd3 commit fb8cd7e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion playbooks/service/apache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
roles:

- role: debops.apache/env
tags: [ 'role::apache' ]
tags: [ 'role::apache', 'role::apache:env' ]

- role: debops.ferm
tags: [ 'role::ferm' ]
Expand Down
6 changes: 3 additions & 3 deletions playbooks/service/owncloud-apache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
roles:

- role: debops.apache/env
tags: [ 'role::apache' ]
tags: [ 'role::apache', 'role::apache:env' ]

- role: debops.php/env
tags: [ 'role::php', 'role::apt_preferences', 'role::logrotate' ]
tags: [ 'role::php', 'role::php:env','role::apt_preferences', 'role::logrotate' ]

- role: debops.owncloud/env
tags: [ 'role::owncloud' ]
tags: [ 'role::owncloud', 'role::owncloud:env' ]

- role: debops.apt_preferences
tags: [ 'role::apt_preferences' ]
Expand Down
4 changes: 2 additions & 2 deletions playbooks/service/owncloud-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
roles:

- role: debops.php/env
tags: [ 'role::php', 'role::apt_preferences', 'role::logrotate' ]
tags: [ 'role::php', 'role::php:env','role::apt_preferences', 'role::logrotate' ]

- role: debops.owncloud/env
tags: [ 'role::owncloud', 'role::nginx' ]
tags: [ 'role::owncloud', 'role::owncloud:env', 'role::nginx' ]

- role: debops.apt_preferences
tags: [ 'role::apt_preferences' ]
Expand Down

0 comments on commit fb8cd7e

Please sign in to comment.