From 29886f09d53bee1ecdc1bc8612e8edb4a130a270 Mon Sep 17 00:00:00 2001 From: Samuli Silvius Date: Tue, 19 Feb 2019 16:00:37 +0200 Subject: Re-factored resources upload into role Whole functionality of resource files upload is implemented in resource-data role instead of playbook level tasks. This will make roles easier to test and make it easier to implement other OS support later. Issue-ID: OOM-1654 Change-Id: I3d3da9381b0e804f511ee854c41554b924d18883 Signed-off-by: Samuli Silvius --- ansible/site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ansible/site.yml') 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 -- cgit 1.2.3-korg