diff options
author | Kristian Lyngstol <kly@kly.no> | 2017-04-19 18:17:40 +0200 |
---|---|---|
committer | Kristian Lyngstol <kly@kly.no> | 2017-04-19 18:17:40 +0200 |
commit | 4e04c35f04c264d728587a54d0515eef0a42a44b (patch) | |
tree | 7850ac76ba7d494014ecc97d54322567ed44af5d /roles/common | |
parent | 5bd19932a886eae468fea8bcb0e30c78f1d45141 (diff) |
build/: Make room for new deployment scheme
Diffstat (limited to 'roles/common')
-rw-r--r-- | roles/common/tasks/main.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml deleted file mode 100644 index fbd42d1..0000000 --- a/roles/common/tasks/main.yml +++ /dev/null @@ -1,6 +0,0 @@ -- name: Gondul-repo - become: true - tags: - - git-all - - git-gondul - git: repo=https://github.com/tech-server/gondul.git dest=/opt/gondul update=no accept_hostkey=yes |