diff options
author | Kenny Woodson <kwoodson@redhat.com> | 2017-08-16 10:55:27 -0400 |
---|---|---|
committer | Kenny Woodson <kwoodson@redhat.com> | 2017-08-16 17:06:32 -0400 |
commit | 884522dbee5be7565b4c75e7f31496848133847b (patch) | |
tree | 98badf73f5e54f4a10cb35d919862d2675a363b8 /playbooks/byo/openshift-cluster | |
parent | 91eebf8eb0da4f4e4b90d7973544e4e1a3f3702f (diff) | |
download | openshift-884522dbee5be7565b4c75e7f31496848133847b.tar.gz openshift-884522dbee5be7565b4c75e7f31496848133847b.tar.bz2 openshift-884522dbee5be7565b4c75e7f31496848133847b.tar.xz openshift-884522dbee5be7565b4c75e7f31496848133847b.zip |
Adding std_include to the metrics playbook.
Diffstat (limited to 'playbooks/byo/openshift-cluster')
-rw-r--r-- | playbooks/byo/openshift-cluster/openshift-metrics.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/playbooks/byo/openshift-cluster/openshift-metrics.yml b/playbooks/byo/openshift-cluster/openshift-metrics.yml index 5ad3a1a01..1135c8c11 100644 --- a/playbooks/byo/openshift-cluster/openshift-metrics.yml +++ b/playbooks/byo/openshift-cluster/openshift-metrics.yml @@ -1,4 +1,10 @@ --- - include: initialize_groups.yml + tags: + - always + +- include: ../../common/openshift-cluster/std_include.yml + tags: + - always - include: ../../common/openshift-cluster/openshift_metrics.yml |