Skip to content
Snippets Groups Projects
Verified Commit a95f97df authored by Carl Lundström's avatar Carl Lundström
Browse files

Changed: moved repo dependency to prepare

required only for testing on runners
parent 531a2fd6
No related branches found
No related tags found
1 merge request!1INFRA-10624 Adapt nginx role for Debian/Ubuntu
Pipeline #201406 passed
---
- name: Prepare
hosts: all
gather_facts: false
tasks: []
gather_facts: true
roles:
- ics-ans-role-repository
tasks:
- name: Ensure required packages are installed.
package:
name:
- 'curl'
state: present
......@@ -11,11 +11,9 @@
# Setup/install tasks.
- name: Ensure required packages are installed.
package:
name: "{{ item }}"
name:
- "{{ nginx_package_name }}"
state: present
with_items:
- "{{ nginx_package_name }}"
- 'curl'
# Vhost configuration.
- import_tasks: vhosts.yml
......
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