File tree 1 file changed +3
-4
lines changed
playbooks/delius_oem_metrics_setup/delius_oem_metrics_setup/tasks
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 79
79
register : enable_disable_collections
80
80
81
81
# We change the collection schedule by using the "interval" attribute. This is not an Oracle attribute but
82
- # instead it combines 2 Oracle attributes we have defined here for that purpose, separated by a space.
82
+ # instead it combines 2 Oracle attributes we have defined here for that purpose, separated by a space.
83
83
# It takes the form 'freqValue freqType' where freqValue and freqType are Oracle attributes described at:
84
84
# https://docs.oracle.com/en/enterprise-manager/cloud-control/enterprise-manager-cloud-control/13.5/emcli/modify_collection_schedule.html#GUID-A166D2BC-8ECE-4B11-921D-0D756F827E86
85
85
# For example '15 Minute' requires a collection to be taken every 15 minutes.
101
101
- (item.0.target_name == item.1.target_name) or (item.1.target_name == 'all')
102
102
register : enable_disable_collections
103
103
104
-
105
104
- name : Setup Database Credentials
106
105
include_tasks : configure_database_credentials.yml
107
106
123
122
path : " {{ stage }}/{{ item }}"
124
123
state : absent
125
124
loop :
126
- - oem_threshold.txt
127
- - emcli_login.sh
125
+ - oem_threshold.txt
126
+ - emcli_login.sh
You can’t perform that action at this time.
0 commit comments