Skip to content

Commit

Permalink
Remove cowsay from test-ee:2.12-with-ansible5
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsimard committed Feb 13, 2022
1 parent f26771e commit f60573c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions execution-environments/2.12-with-ansible5/ansible.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
[defaults]
# Cows are a reminder that these are not for production use :)
no_cows = 0

# profile_tasks adds dates and durations to ansible console output
callback_whitelist = ansible.posix.profile_tasks

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,3 @@ additional_build_steps:
# The ansible package contains a curated set of Ansible collections in addition to ansible-core, include it in the EE
# here since it can't be in requirements.txt for now: https://github.com/ansible/ansible-builder/issues/323
- RUN pip3 install ansible
# Cows are a reminder that these are not for production use :)
- RUN dnf -y install epel-release && dnf --enablerepo=epel -y install cowsay && dnf -y remove epel-release

0 comments on commit f60573c

Please sign in to comment.