Explorar el Código

Merge pull request #4559 from giuseppe/ansible-change-default-ansible-config

images, syscontainer: change default value for ANSIBLE_CONFIG
Scott Dodson hace 7 años
padre
commit
272288b9d7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      images/installer/system-container/root/exports/manifest.json

+ 1 - 1
images/installer/system-container/root/exports/manifest.json

@@ -6,7 +6,7 @@
         "VAR_LOG_OPENSHIFT_LOG": "/var/log/ansible.log",
         "PLAYBOOK_FILE": "/usr/share/ansible/openshift-ansible/playbooks/byo/config.yml",
 	"HOME_ROOT": "/root",
-	"ANSIBLE_CONFIG": "/usr/share/ansible/openshift-ansible/ansible.cfg",
+	"ANSIBLE_CONFIG": "/usr/share/atomic-openshift-utils/ansible.cfg",
         "INVENTORY_FILE": "/dev/null"
     }
 }