Fixing resource type for kibana

This commit is contained in:
Brad Beam 2017-04-10 11:01:12 -05:00
parent ab12b23e6f
commit 504711647e
2 changed files with 1 additions and 2 deletions

View file

@ -13,7 +13,6 @@
namespace: "{{system_namespace}}"
resource: "rc"
state: "{{ item | ternary('latest','present') }}"
#state: "latest"
with_items: "{{ es_deployment_manifest.changed }}"
run_once: true

View file

@ -11,7 +11,7 @@
kubectl: "{{bin_dir}}/kubectl"
name: "kibana-logging"
namespace: "{{system_namespace}}"
resource: "rc"
resource: "deployment"
state: "{{ item | ternary('latest','present') }}"
with_items: "{{ kibana_deployment_manifest.changed }}"
run_once: true