Fix bad variable use, start building playbook-frames.yml
This commit is contained in:
parent
38905803e7
commit
26afcfdf7a
5
playbook-frames.yml
Normal file
5
playbook-frames.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- hosts: frames
|
||||
become: yes
|
||||
roles:
|
||||
- msmtp
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue