Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.x: Remove Duplicity #72

Merged
merged 10 commits into from
May 8, 2020
1 change: 0 additions & 1 deletion drupalbox/drupalbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,4 @@
- { role: phpmyadmin }
- { role: nodejs }
- { role: phantomjs }
- { role: duplicity }
- { role: drupalbox }
18 changes: 0 additions & 18 deletions drupalbox/tests/duplicity_spec.rb

This file was deleted.

11 changes: 0 additions & 11 deletions provisioning/roles/duplicity/defaults/main.yml

This file was deleted.

14 changes: 0 additions & 14 deletions provisioning/roles/duplicity/tasks/configure.yml

This file was deleted.

22 changes: 0 additions & 22 deletions provisioning/roles/duplicity/tasks/install.yml

This file was deleted.

7 changes: 0 additions & 7 deletions provisioning/roles/duplicity/tasks/main.yml

This file was deleted.

5 changes: 0 additions & 5 deletions provisioning/roles/duplicity/templates/duply/conf.j2

This file was deleted.

4 changes: 2 additions & 2 deletions provisioning/roles/phantomjs/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
update-cache=yes
tags: phantomjs

- name: PhantonJS | Install fontconfig
- name: PhantomJS | Install fontconfig
become: yes
apt: pkg=fontconfig
state=present
tags: phantonjs
tags: phantomjs

- name: PhantomJS | Create home directory
become: yes
Expand Down