Skip to content

Commit

Permalink
Merge pull request ansible#1304 from IPvSean/master
Browse files Browse the repository at this point in the history
solving outage related to task install ansible development branch to venv for issue ansible#1303
  • Loading branch information
IPvSean authored Sep 22, 2021
2 parents 87d18b4 + 75e4049 commit 9ff2c32
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 40 deletions.
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
name: 🐛 Bug report
description: Fill out this issue form to help us solve your problem
title: ""
issue_body: true
body:
- type: markdown
attributes:
Expand All @@ -25,6 +27,7 @@ body:
What kind of issue do you want to open?
options:
- Bug
- Documentation
- Feature Request
- Security Issue
- type: textarea
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
# Reference: https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser
blank_issues_enabled: false
contact_links:
Expand Down
3 changes: 0 additions & 3 deletions roles/control_node/tasks/tower.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@
- "requests==2.6.0"
state: latest

- name: Install venv
include_tasks: venv.yml

- name: Post license key
uri:
url: https://{{ansible_host}}/api/v2/config/
Expand Down
36 changes: 0 additions & 36 deletions roles/control_node/tasks/venv.yml

This file was deleted.

0 comments on commit 9ff2c32

Please sign in to comment.