Download:
child 9:677ec7e634c8
parent 7:a2442a06678e
8:bd870b027188
Anton Shestakov <av6@dwimlabs.net>, Fri, 01 Apr 2016 01:57:27 +0800
pre_tasks: capitalize package names

1 файлов изменено, 2 вставок(+), 2 удалений(-) [+]
playbook-example.yml file | annotate | diff | comparison | revisions
--- a/playbook-example.yml Fri Apr 01 01:56:30 2016 +0800
+++ b/playbook-example.yml Fri Apr 01 01:57:27 2016 +0800
@@ -19,9 +19,9 @@
# - restart nginx
# If you don't have your own nginx and supervisor roles, just reload or
# restart both services manually after running this playbook.
- - name: Install nginx
+ - name: Install Nginx
apt: package=nginx-full state=installed update_cache=yes cache_valid_time=3600
- - name: Install supervisor
+ - name: Install Supervisor
apt: package=supervisor state=installed
roles:
# - role: nginx