Skip to content

Commit

Permalink
Version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaerlocher committed Oct 11, 2017
2 parents 03cd04c + 50b93c2 commit f9ccd8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ None
## Changelog
### 1.1
* add become support
### 1.0
* inital role
Expand Down
4 changes: 2 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- packages

- name: Create logrotate configuration file
become: yes
become: true
template:
src: logrotate.conf.j2
dest: /etc/logrotate.conf
Expand All @@ -34,7 +34,7 @@
- configuration

- name: Create logrotate application configuration files
become: yes
become: true
template:
src: application.j2
dest: "{{ logrotate_include_dir }}/{{ item.name }}"
Expand Down

0 comments on commit f9ccd8a

Please sign in to comment.