diff options
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 |