From 036b6cc9ee50f4cc817ad3bbb94aa279ebe3e0ff Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 24 Oct 2019 22:17:37 +0200 Subject: [PATCH] remove compilation --- tasks/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index d92ff4f..cb86576 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -13,10 +13,6 @@ version: "{{chainetv_repo_branch}}" when: location_stat.stat.exists == false or force_site_update == true -- name: compile client source - shell: "/tmp/{{name}}/deploy_client.sh" - when: location_stat.stat.exists == false or force_site_update == true - - name: copy source synchronize: dest: "{{source_location}}" # required. Remote absolute path where the file should be copied to. If I(src) is a directory, this must be a directory too. If I(dest) is a nonexistent path and if either I(dest) ends with "/" or I(src) is a directory, I(dest) is created. If I(src) and I(dest) are files, the parent directory of I(dest) isn't created: the task fails if it doesn't already exist.