Przeglądaj źródła

comment fucks up parameter value?!?!?

Grega Bremec 3 lat temu
rodzic
commit
efaafd4395
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      ansible.cfg

+ 2 - 1
ansible.cfg

@@ -1,5 +1,6 @@
 [defaults]
-jinja2_native = True # required to evade implicit conversion to string in k8s resource_definition
+# required to evade implicit conversion to string in k8s resource_definition
+jinja2_native = True
 inventory = ./inventory
 remote_user = student
 ask_pass = no