| commit | f7726225cfab52a0003ca26399f036d516fe1aa0 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias.01@gmail.com> | Wed Aug 30 20:47:53 2017 -0400 |
| committer | Carlos Frias <carlos.frias.01@gmail.com> | Wed Aug 30 20:47:53 2017 -0400 |
| tree | b763c15b374134f4198d02b084dd759dc43818a7 | |
| parent | 0eedee824fcb3567162d25c52826570b5ade59e0 [diff] |
updated logic
diff --git a/tasks/main.yml b/tasks/main.yml index df6b151..f0647f6 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -41,7 +41,7 @@ when: http_proxy is defined and https_proxy is defined - name: Patch rngd service unit - replace: + lineinfile: dest: /usr/lib/systemd/system/rngd.service regexp: ^(ExecStart=/sbin/rngd -f)$ replace: \1 -r /dev/urandom