Fix bad variable use, start building playbook-frames.yml

This commit is contained in:
KemoNine 2020-08-04 23:15:12 +00:00
parent 38905803e7
commit 26afcfdf7a
2 changed files with 7 additions and 2 deletions

5
playbook-frames.yml Normal file
View File

@ -0,0 +1,5 @@
---
- hosts: frames
become: yes
roles:
- msmtp

View File

@ -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