Merge pull request #1218 from bradbeam/efkidempotent

Fixing resource type for kibana
pull/1222/head
Spencer Smith 2017-04-11 19:04:13 -04:00 committed by GitHub
commit 9b3aa3451e
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