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?
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/roles/hgweb/defaults/main.yml Fri Jul 29 22:32:18 2016 +0800
+hgweb_contact: 'Me Myself <me@mydomain>'
+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
--- a/roles/hgweb/vars/main.yml Mon Jun 27 16:49:16 2016 +0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
-hgweb_contact: 'Me Myself <me@mydomain>'
-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