diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2017-04-01 23:08:57 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2017-04-01 23:08:57 +0200 |
commit | 1744778d4ffb5183020a5196c7ea020b18e1436a (patch) | |
tree | 2a8dd742d454182ea6b0cb03672983a789378dfa /playbooks/openshift-install.yml | |
parent | e7ed329bd81c2273c03e94c93c9ce9c1d01cdc86 (diff) | |
download | ands-1744778d4ffb5183020a5196c7ea020b18e1436a.tar.gz ands-1744778d4ffb5183020a5196c7ea020b18e1436a.tar.bz2 ands-1744778d4ffb5183020a5196c7ea020b18e1436a.tar.xz ands-1744778d4ffb5183020a5196c7ea020b18e1436a.zip |
Add openshift-ansible as submodule
Diffstat (limited to 'playbooks/openshift-install.yml')
-rw-r--r-- | playbooks/openshift-install.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/openshift-install.yml b/playbooks/openshift-install.yml index c54f4ee..edbd2d8 100644 --- a/playbooks/openshift-install.yml +++ b/playbooks/openshift-install.yml @@ -13,7 +13,7 @@ node_id: "{{ hostvars[groups['masters'][0]]['ands_host_id'] }}" -- include: ../../openshift-ansible/playbooks/byo/config.yml +- include: ../anslib/openshift-ansible/playbooks/byo/config.yml - name: Remove temporary entries in /etc/hosts hosts: nodes:!masters |