Skip to content
Snippets Groups Projects
Commit 6f64112b authored by Chris Croome's avatar Chris Croome
Browse files

missing tags added

parent 32c1221c
No related branches found
No related tags found
No related merge requests found
Pipeline #5569 failed
......@@ -3,11 +3,15 @@
shell: "lsb_release -c | awk '{ print $2 }'"
register: apache_debian_version_check
changed_when: false
tags:
- apache
- name: Set facts for the Debian and PHP versions
set_fact:
apache_debian_version: "{{ apache_debian_version_check.stdout }}"
apache_php_version: "{% if apache_debian_version_check.stdout == 'buster' %}7.3{% elif apache_debian_version_check.stdout == 'stretch' %}7.0{% endif %}"
tags:
- apache
- name: Apache packages present
apt:
......
---
--
- name: Webarchitects templates present
git:
repo: https://git.coop/webarch/website-templates.git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment