diff --git a/playbook-frames.yml b/playbook-frames.yml new file mode 100644 index 0000000..c3458d5 --- /dev/null +++ b/playbook-frames.yml @@ -0,0 +1,5 @@ +--- + - hosts: frames + become: yes + roles: + - msmtp diff --git a/roles/msmtp/tasks/main.yml b/roles/msmtp/tasks/main.yml index bfaa9d2..a26e6e2 100644 --- a/roles/msmtp/tasks/main.yml +++ b/roles/msmtp/tasks/main.yml @@ -3,8 +3,8 @@ setup: - name: Update APT package cache apt: - update_cache: "{{ wireguard_ubuntu_update_cache }}" - cache_valid_time: "{{ wireguard_ubuntu_cache_valid_time }}" + update_cache: "true" + cache_valid_time: "3600" tags: - msmtp-install - name: Install msmtp