Download:
child 20:92a12df47b17
parent 18:464f9dec4e2f
19:0b0d1d97f49f
Anton Shestakov <av6@dwimlabs.net>, Fri, 29 Jul 2016 22:32:18 +0800
role vars are now legit super evil, confirmed by Ansible 2.1.0.0 They are so extremely high-priority now that they cannot be redefined in a playbook. At least defaults should work as expected?

2 файлов изменено, 10 вставок(+), 10 удалений(-) [+]
roles/hgweb/defaults/main.yml file | annotate | diff | comparison | revisions
roles/hgweb/vars/main.yml file | annotate | diff | comparison | revisions
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/roles/hgweb/defaults/main.yml Fri Jul 29 22:32:18 2016 +0800
@@ -0,0 +1,10 @@
+---
+hgweb_contact: 'Me Myself <me@mydomain>'
+hgweb_subdomain: hg
+hgweb_user: hguser
+hgweb_mercurial_url: https://selenic.com/hg
+hgweb_mercurial_rev: stable
+hgweb_evolve_url: https://www.mercurial-scm.org/repo/evolve
+hgweb_evolve_rev: stable
+hgweb_workers: 1
+...
--- a/roles/hgweb/vars/main.yml Mon Jun 27 16:49:16 2016 +0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
----
-hgweb_contact: 'Me Myself <me@mydomain>'
-hgweb_subdomain: hg
-hgweb_user: hguser
-hgweb_mercurial_url: https://selenic.com/hg
-hgweb_mercurial_rev: stable
-hgweb_evolve_url: https://www.mercurial-scm.org/repo/evolve
-hgweb_evolve_rev: stable
-hgweb_workers: 1
-...