Skip to content

Commit

Permalink
Merge pull request freedomofpress#4348 from freedomofpress/3636-trust…
Browse files Browse the repository at this point in the history
…y-cleanup-gettext

[provisioning] cleanup now not needed trusty gettext install logic
  • Loading branch information
heartsucker authored Apr 16, 2019
2 parents a886f81 + ba15bf8 commit 7729d35
Showing 1 changed file with 1 addition and 23 deletions.
Original file line number Diff line number Diff line change
@@ -1,29 +1,7 @@
---
#
# This can be removed when VM against which this is run are more
# recent than trusty
#
- name: Add gettext xenial apt repository
apt_repository:
repo: deb http://archive.ubuntu.com/ubuntu/ xenial main
state: present
update_cache: yes
when: ansible_distribution_release != "xenial"
tags:
- apt

- name: Install modern gettext
- name: Install gettext
apt:
name: gettext
state: latest
tags:
- apt

- name: Remove gettext xenial apt repository
apt_repository:
repo: deb http://archive.ubuntu.com/ubuntu/ xenial main
state: absent
update_cache: yes
when: ansible_distribution_release != "xenial"
tags:
- apt

0 comments on commit 7729d35

Please sign in to comment.