File tree 3 files changed +25
-3
lines changed
3 files changed +25
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
3
+
4
+ Exclamation symbols (:exclamation : ) note something of importance e.g. breaking changes.
5
+
6
+ ## [ Unreleased]
7
+ ### Added
8
+ ### Changed
9
+ ### Deprecated
10
+ ### Removed
11
+ ### Fixed
12
+ ### Security
13
+
14
+ ## [ 0.2.0] - 2017-05-09
15
+ ### Added
16
+ - Changelog.
17
+ ### Changed
18
+ - :exclamation : Default ` manager.php ` is now loaded from a template as well.
19
+
20
+ ## [ 0.1.0] - 2016-08-20
21
+ ### Added
22
+ - First minor version that contains the basic functionality.
Original file line number Diff line number Diff line change 26
26
composer :
27
27
working_dir : " {{ item.working_dir }}"
28
28
command : require
29
- arguments : " {{ php_telegram_bot_composer_package }} " " {{ php_telegram_bot_composer_version }}"
29
+ arguments : " {{ [ php_telegram_bot_composer_package, php_telegram_bot_composer_version] | join(' ') }}"
30
30
with_items : " {{ php_telegram_bot_bots }}"
31
31
when : item.project_repo is not defined
32
32
40
40
register : php_telegram_bot_bots_installed
41
41
42
42
- name : Copy manager.php for all bots.
43
- copy :
44
- src : " {{ item.manager_src | default('manager.default.php') }}"
43
+ template :
44
+ src : " {{ item.manager_src | default('manager.default.php.j2 ') }}"
45
45
dest : " {{ item.manager_path | default(item.working_dir + '/public/manager.php') }}"
46
46
owner : " {{ php_telegram_bot_websrv_user }}"
47
47
group : " {{ php_telegram_bot_websrv_user }}"
File renamed without changes.
You can’t perform that action at this time.
0 commit comments