54858ae597
* Squashed commits * All jobs * Rollback changes * Dependencies * Remove .git checking * Resolve path issues * New way of copying repository. * Test non existing .git * New repo task * Typo * Do not fail mkdir if folder exists * Test double task * zipping the archives * Increase no_output_timeout because of slowly installing apt-get
13 lines
295 B
YAML
13 lines
295 B
YAML
---
|
|
- name: Install Repository
|
|
hosts: all
|
|
become: true
|
|
tasks:
|
|
- import_role:
|
|
name: ../../../deployment/roles/common
|
|
tasks_from: repo
|
|
# Test that running the task again works
|
|
- import_role:
|
|
name: ../../../deployment/roles/common
|
|
tasks_from: repo
|