Merge "Update task name"

This commit is contained in:
Zuul 2018-07-24 21:15:51 +00:00 committed by Gerrit Code Review
commit 1957e959b3

View File

@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
- name: add Elastic search public GPG key (same for Metricsbeat)
- name: add Elastic search public GPG key
apt_key:
url: "https://artifacts.elastic.co/GPG-KEY-elasticsearch"
state: "{{ ((elk_package_state | default('present')) == 'absent') | ternary('absent', 'present') }}"