diff options
| author | Kevin Fenzi <kevin@scrye.com> | 2016-08-08 19:36:31 +0000 |
|---|---|---|
| committer | Kevin Fenzi <kevin@scrye.com> | 2016-08-08 19:36:31 +0000 |
| commit | 04a52b86677de7a34c887f77db1a2ebe3eed17b1 (patch) | |
| tree | 65772d6725185f42bc430d56b83d5327c6415e13 /roles/postfix_logreport/tasks | |
| parent | fd129648ae166b2a23cba6e315c75f563fb7d911 (diff) | |
| download | ansible-04a52b86677de7a34c887f77db1a2ebe3eed17b1.tar.gz ansible-04a52b86677de7a34c887f77db1a2ebe3eed17b1.tar.xz ansible-04a52b86677de7a34c887f77db1a2ebe3eed17b1.zip | |
Death to all trailing whitespace.
Diffstat (limited to 'roles/postfix_logreport/tasks')
| -rw-r--r-- | roles/postfix_logreport/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/postfix_logreport/tasks/main.yml b/roles/postfix_logreport/tasks/main.yml index e8c1ab5d6..238df7447 100644 --- a/roles/postfix_logreport/tasks/main.yml +++ b/roles/postfix_logreport/tasks/main.yml @@ -9,7 +9,7 @@ - packages - name: install /usr/sbin/pflogsumm - copy: src={{ item }} dest="/usr/sbin/{{ item }}" mode=0755 + copy: src={{ item }} dest="/usr/sbin/{{ item }}" mode=0755 with_item: - pflogsumm tags: |
