Download:
child 4:14841fed8ac3
parent 2:15baf587baa9
3:697ce0fdd884
Anton Shestakov <av6@dwimlabs.net>, Mon, 28 Sep 2020 11:12:42 +0800
playbook: update apt parameters

1 файлов изменено, 5 вставок(+), 6 удалений(-) [+]
playbook-example.yml file | annotate | diff | comparison | revisions
--- 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]