Sfoglia il codice sorgente

Merge pull request #89 from fastmarkets/develop

Fix for broken test statement that prevents PPA workaround executing
tags/v0.34.0
Wolodja Wentland 8 anni fa
parent
commit
bca0a3d624
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      php/ng/installed.jinja

+ 1
- 1
php/ng/installed.jinja Vedi File

@@ -31,7 +31,7 @@ php_ppa_env_{{ state }}:
- name: apt-add-repository -y ppa:{{ ppa_name }}
- env:
- LC_ALL: C.UTF-8
- unless: test /etc/apt/sources.list.d/{{ ppa_name|replace('/', '-', 1) }}-trusty.list
- unless: test -f /etc/apt/sources.list.d/{{ ppa_name|replace('/', '-', 1) }}-trusty.list

php_ppa_{{ state }}:
pkgrepo.managed:

Loading…
Annulla
Salva