Download:
child 225:877423729aec
parent 223:42b182d579fa
224:668b4f6a8d60
Anton Shestakov <av6@dwimlabs.net>, Fri, 12 Aug 2016 21:00:36 +0800
pipelines: only some tags/roles are currently idempotent 'common' uses command module for setting system locale, and for some reason service module (in post_tasks) thinks prosody needs enabling every time.

1 файлов изменено, 2 вставок(+), 1 удалений(-) [+]
bitbucket-pipelines.yml file | annotate | diff | comparison | revisions
--- a/bitbucket-pipelines.yml Fri Aug 12 20:40:24 2016 +0800
+++ b/bitbucket-pipelines.yml Fri Aug 12 21:00:36 2016 +0800
@@ -27,7 +27,8 @@
- pgrep nginx
- pgrep reTurnServer
- ./venv/bin/ansible-playbook contrib/provision/playbook.yml
- -i inventory --connection=local --skip-tags=ufw
+ -i inventory --connection=local
+ -t certs,nginx,prosody,turnserver,tram-im
-e 'user=alice dir=/home/alice/files'
| grep -q 'changed=0.*failed=0'
&& { echo 'Idempotence test passed'; exit 0; }