mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fixing up release playbook based on new location
This commit is contained in:
parent
787616cb39
commit
60ef91aae7
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
gather_facts: no
|
gather_facts: no
|
||||||
vars_files:
|
vars_files:
|
||||||
- versions.yml
|
- vars/versions.yml
|
||||||
vars:
|
vars:
|
||||||
release_dir: "./ansible_release"
|
release_dir: "./ansible_release"
|
||||||
release_date: "{{lookup('pipe', 'date +\"%m-%d-%Y\"')}}"
|
release_date: "{{lookup('pipe', 'date +\"%m-%d-%Y\"')}}"
|
||||||
|
|
Loading…
Reference in a new issue