Refactor Ansible tasks and templates for improved consistency and clarity
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
---
|
||||
|
||||
|
||||
# ---
|
||||
# Install PureFTP Daemon
|
||||
# ---
|
||||
|
||||
- name: (pure-ftpd-install.yml) Ensure Pure-FTPd is installed.
|
||||
apt:
|
||||
ansible.builtin.apt:
|
||||
name: "{{ pureftpd_packages }}"
|
||||
state: present
|
||||
cache_valid_time: 3600
|
||||
update_cache: yes
|
||||
update_cache: true
|
||||
|
||||
- name: (pure-ftpd-install.yml) Upload Pure-FTPd global configuration file.
|
||||
ansible.builtin.template:
|
||||
|
||||
Reference in New Issue
Block a user