Update task name
Change-Id: Ia0eb105a6200104590ffb9c2f35b93a96ffb66ef Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
parent
dc68c35a4c
commit
9a20bfc49b
@ -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') }}"
|
||||
|
Loading…
Reference in New Issue
Block a user