diff options
Diffstat (limited to 'ansible/site.yml')
-rw-r--r-- | ansible/site.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/site.yml b/ansible/site.yml index 0df534d0..fbf2c389 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -13,7 +13,7 @@ # 3. playbooks here are more or less batch jobs and the ssh authentication # is a precondition, which should be done during configuration of the # installer -- import_playbook: upload_resources.yml +- import_playbook: resources.yml - import_playbook: infrastructure.yml - import_playbook: rancher_kubernetes.yml - import_playbook: application.yml |