Просмотр исходного кода

Git checkouts must contain explicit version

Laurent Arnoud 8 лет назад
Родитель
Сommit
343db8edea
2 измененных файлов: 2 добавлений и 0 удалений
  1. 1
    0
      roles/news/tasks/selfoss.yml
  2. 1
    0
      roles/webmail/tasks/roundcube.yml

+ 1
- 0
roles/news/tasks/selfoss.yml Просмотреть файл

@@ -2,6 +2,7 @@
2 2
   git: repo=https://github.com/SSilence/selfoss.git
3 3
        dest=/var/www/selfoss
4 4
        accept_hostkey=yes
5
+       version=master
5 6
 
6 7
 - name: Set selfoss ownership
7 8
   action: file owner=root group=www-data path=/var/www/selfoss recurse=yes state=directory

+ 1
- 0
roles/webmail/tasks/roundcube.yml Просмотреть файл

@@ -53,6 +53,7 @@
53 53
   git: repo=https://github.com/alexandregz/twofactor_gauthenticator.git
54 54
        dest=/usr/share/roundcube/plugins/twofactor_gauthenticator
55 55
        accept_hostkey=yes
56
+       version=master
56 57
 
57 58
 - name: Link plugins into /var/lib/roundcube/plugins
58 59
   file: state=link src=/usr/share/roundcube/plugins/{{ item }} dest=/var/lib/roundcube/plugins/{{ item }} force=yes

Загрузка…
Отмена
Сохранить