blob: 82dfeb35d9599763258ab688e4df9ee8f67c766d [file] [log] [blame]
---
# acme tasks/Debian.yml
#
# SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
# SPDX-License-Identifier: Apache-2.0
- name: Install tools required for acme.sh
apt:
name:
- acl # needed for ansible to run commands as acme user
- curl
- git
- openssl
state: "present"
update_cache: true
cache_valid_time: 3600