Skip to content
Snippets Groups Projects
Commit 19868bfe authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

Merge commit '1b9775ef'

parents fab9a87e 1b9775ef
Branches
No related tags found
No related merge requests found
......@@ -3,7 +3,9 @@
- name: ensure we have aufs tools
apt:
name: aufs-tools
name:
- aufs-tools
- aufs-dkms
state: present
install_recommends: false
tags:
......@@ -26,7 +28,7 @@
name: wordpress
state: present
install_recommends: false
when: debian_version == 'stretch'
when: debian_version != 'jessie'
tags:
- wordpress
- webservices
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment