ansible-role-apache/tasks/setup-Debian.yml

8 lines
195 B
YAML
Raw Normal View History

---
2014-10-10 16:41:19 +02:00
- name: Update apt cache.
apt: update_cache=yes cache_valid_time=86400
2016-02-01 10:48:41 +01:00
- name: Ensure Apache is installed on Debian.
2014-10-06 02:13:00 +02:00
apt: "name={{ item }} state=installed"
with_items: apache_packages