Download:
child 300:91c9ab6b4ce7
parent 298:b4b904cc8187
299:f2a7a39d2417
Anton Shestakov <av6@dwimlabs.net>, Tue, 26 Jun 2018 18:17:41 +0800
contrib: add shortcut for providing --diff to ansible

1 файлов изменено, 1 вставок(+), 0 удалений(-) [+]
contrib/Vagrantfile file | annotate | diff | comparison | revisions
--- a/contrib/Vagrantfile Tue Jun 19 19:17:58 2018 +0800
+++ b/contrib/Vagrantfile Tue Jun 26 18:17:41 2018 +0800
@@ -14,6 +14,7 @@
config.vm.provision "ansible" do |ansible|
ansible.playbook = "provision/playbook.yml"
#ansible.tags = "common,nginx,prosody,turnserver,certs,tram-im"
+ #ansible.raw_arguments = ["--diff"]
#ansible.verbose = "vv"
end
end