Skip to content

Commit

Permalink
Remove not-required-anymore retries to simplify the code.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Jul 16, 2020
1 parent f03867f commit 1bbc687
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
- ensure logfiles exists
- stop clamav
- update virus definitions
register: clamav_install_clamav_software
until: clamav_install_clamav_software is succeeded
retries: 3

- name: allowing system virus scanning
seboolean:
Expand Down Expand Up @@ -43,9 +40,6 @@
- ansible_selinux is defined
- ansible_selinux | bool
- ansible_selinux.status == "enabled"
register: clamav_install_required_selinux_software
until: clamav_install_required_selinux_software is succeeded
retries: 3

- name: place selinux type enforcement
copy:
Expand Down

0 comments on commit 1bbc687

Please sign in to comment.