Skip to content

Commit

Permalink
Merge pull request #11 from dmsimard/misc_fixes
Browse files Browse the repository at this point in the history
Miscellaneous fixes
  • Loading branch information
felixfontein authored Feb 13, 2022
2 parents 8a1b131 + 2742c2b commit ab685f1
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 57 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
execution-environments/*/context
execution-environments/*/ansible-navigator.log
execution-environments/*/*artifact*.json
2 changes: 1 addition & 1 deletion ansible-test/centos-stream8/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
coverage
coverage==4.5.4
# include ara for optional test and CI reporting
ara
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
25 changes: 0 additions & 25 deletions execution-environments/2.12-with-ansible5/context/Containerfile

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

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 ab685f1

Please sign in to comment.