Updated ansible

This commit is contained in:
Trial97
2020-02-06 14:48:53 +02:00
committed by Dan Christian Bogos
parent d22cb76050
commit 9f0e1b5bec
2 changed files with 13 additions and 1 deletions

View File

@@ -1,4 +1,15 @@
{{ ansible_managed | comment }}
Origin: apt.cgrates.org
Label: apt.cgrates.org
Suite: stable
Codename: v0.10
Architectures: amd64
Components: main
Description: CGRateS v0.10.0 APT repository
SignWith: yes
DebOverride: override.testing
DscOverride: override.testing
Origin: apt.cgrates.org
Label: apt.cgrates.org
Suite: stable

View File

@@ -129,6 +129,7 @@
dest: '{{ cgrates_dir }}'
update: yes
force: yes
version: v0.10
become: yes
become_user: "{{ gouser }}"
@@ -181,7 +182,7 @@
# Include the package with reprepro
- name : Include the package with reprepro
become: yes
command: sudo reprepro -A amd64 -Vb . include nightly /var/packages/debian/incoming/{{ item }}
command: sudo reprepro -A amd64 -Vb . include v0.10.0 /var/packages/debian/incoming/{{ item }}
ignore_errors: true
args :
chdir: /var/packages/debian