소스 검색

comment fucks up parameter value?!?!?

Grega Bremec 3 년 전
부모
커밋
efaafd4395
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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