We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eebf8fa commit c178ed9Copy full SHA for c178ed9
roles/redshift/tasks/main.yml
@@ -1,4 +1,9 @@
1
---
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
7
- name: Have packages
8
package:
9
name: redshift
0 commit comments