--- a/playbook-example.yml Tue Jul 17 13:42:17 2018 +0800+++ b/playbook-example.yml Mon Sep 28 11:12:42 2020 +0800@@ -25,14 +25,13 @@ update_cache: yes cache_valid_time: 3600 package: lighttpd- state: installed+ state: present - name: Install uWSGI apt:- package: '{{ item }}'- state: installed- with_items:- - uwsgi- - uwsgi-plugin-python+ package:+ - uwsgi+ - uwsgi-plugin-python+ state: present roles: # - role: lighttpd # tags: [lighttpd]