Skip to content
Snippets Groups Projects
Verified Commit 9f3d6422 authored by Giancarlo Razzolini's avatar Giancarlo Razzolini
Browse files

playbooks: Add back the borg tag

Added the borg tag again, since it's useful for running borg related
tasks.
parent f7c3847e
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
- { role: php-fpm, php_extensions: ['iconv', 'memcached', 'mysqli', 'pdo_mysql'], zend_extensions: ['opcache'] }
- { role: memcached }
- { role: uwsgi }
- { role: borg-client }
- { role: borg-client, tags: ["borg"] }
- { role: postfix, postfix_relayhost: "orion.archlinux.org" }
- { role: fail2ban }
- { role: aurweb, aurweb_domain: 'aur-dev.archlinux.org', aurweb_version: 'pu' }
......@@ -16,7 +16,7 @@
- { role: php-fpm, php_extensions: ['iconv', 'memcached', 'mysqli', 'pdo_mysql'], zend_extensions: ['opcache'] }
- { role: memcached }
- { role: uwsgi }
- { role: borg-client }
- { role: borg-client, tags: ["borg"] }
- { role: postfix, postfix_relayhost: "orion.archlinux.org" }
- { role: fail2ban }
- { role: aurweb }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment