#5415 Fix vagrant environment
Merged 2 years ago by ngompa. Opened 2 years ago by zlopez.
zlopez/pagure fix_vagrant  into  master

@@ -1,10 +1,10 @@ 

  ---

  

- - include: clamav.yml

- - include: eventsource.yml

+ - import_tasks: clamav.yml

+ - import_tasks: eventsource.yml

  #- include: gitolite.yml

- - include: milter.yml

- - include: postgres.yml

+ - import_tasks: milter.yml

+ - import_tasks: postgres.yml

  

  - name: Install helpful development packages

    dnf:

The vagrant up failed on deprecated include task. This change is fixing that.

Signed-off-by: Michal Konecny mkonecny@redhat.com

Pull-Request has been merged by ngompa

2 years ago
Metadata