Skip to content

Commit c178ed9

Browse files
committed
[redshift] Use custom built
... because I have my own option there, not yet merged: jonls/redshift#717
1 parent eebf8fa commit c178ed9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

roles/redshift/tasks/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
---
2+
- name: have own custom repo
3+
command: "yum copr enable -y mhonek/redshift"
4+
args:
5+
creates: /etc/yum.repos.d/_copr_mhonek-redshift.repo
6+
become: yes
27
- name: Have packages
38
package:
49
name: redshift

0 commit comments

Comments
 (0)