Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects

fix: Code style (fixes #3)

Merged Jean-François HOVINNE requested to merge fix-3 into master
4 files
+ 10
10
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -3,7 +3,7 @@
hosts: all
tasks:
- name: Include summon
include_role:
ansible.builtin.include_role:
name: "summon"
environment:
http_proxy: "{{ lookup('env', 'http_proxy') }}"
Loading