Skip to content

Commit

Permalink
Fix yamllint warnings and errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Sep 15, 2018
1 parent 2d2c391 commit f755bd2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
galaxy_info:
author: ome-devel@lists.openmicroscopy.org.uk
description: Base dependencies for most servers.
company: Open Microscopy Environment
license: BSD
min_ansible_version: 2.1
platforms:
- name: EL
versions:
- 7
- name: EL
versions:
- 7
categories:
- cloud
- system
- cloud
- system
4 changes: 2 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# tasks file for roles/basedeps

- name: system packages | install epel repo
become: yes
become: true
yum:
name: epel-release
state: present

- name: system packages | basic system utils
become: yes
become: true
yum:
name: "{{ item }}"
state: present
Expand Down

0 comments on commit f755bd2

Please sign in to comment.