Skip to content

Commit 12c3eee

Browse files
committed
Update
1 parent 272d38b commit 12c3eee

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tasks/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
22
# tasks file for hephyvienna.htcondor-ce
33
- name: Install repositories
4-
include_tasks: repos.yum
4+
include_tasks: repos.yml
55
when: grid_htc_ce_repo_install
6+
7+
- name: Install pkgs
8+
package:
9+
name: "{{ grid_htc_ce_pkgs }}"

0 commit comments

Comments
 (0)