Skip to content

Commit

Permalink
Merge pull request #37 from mgariepy/patch-2
Browse files Browse the repository at this point in the history
keepalived do not need epel.
  • Loading branch information
evrardjp authored Mar 9, 2017
2 parents 9126905 + 80300b3 commit 8277768
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tasks/keepalived_install_yum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

- name: Ensure that the EPEL repository is available
yum:
pkg: epel-release
state: present
tags:
- keepalived-yum-packages

- name: Install keepalived
yum:
pkg: "{{ keepalived_package_name }}"
Expand Down

0 comments on commit 8277768

Please sign in to comment.