acme script read the domains from config file
This commit is contained in:
@@ -3,8 +3,13 @@
|
||||
gather_facts: no
|
||||
|
||||
tasks:
|
||||
- name: Update apt cache
|
||||
- name: Update APT cache
|
||||
raw: apt update
|
||||
|
||||
- name: Install python3 package
|
||||
raw: apt install -y --no-install-recommends python3
|
||||
- name: Install Python3 package
|
||||
raw: apt install -y --no-install-recommends python3
|
||||
|
||||
- name: Install cron package
|
||||
package:
|
||||
name: cron
|
||||
state: present
|
||||
Reference in New Issue
Block a user