mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 10:41:05 -03:30
Remove unnecessary usage of set_fact. Thanks @samdoran!
This commit is contained in:
@@ -8,14 +8,6 @@
|
||||
tag_name: "{{ version }}"
|
||||
draft: true
|
||||
tasks:
|
||||
- name: Prepare Release Data
|
||||
set_fact:
|
||||
payload:
|
||||
body: "{{ lookup('file', changelog_path) }}"
|
||||
name: "{{ version }}"
|
||||
tag_name: "{{ version }}"
|
||||
draft: true
|
||||
|
||||
- name: Publish Release
|
||||
uri:
|
||||
url: "https://api.github.com/repos/{{ repo }}/releases"
|
||||
|
||||
Reference in New Issue
Block a user