1
0
Fork 0
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:
James Cammarata 2016-07-08 10:08:25 -05:00
parent 787616cb39
commit 60ef91aae7

View file

@ -1,7 +1,7 @@
- hosts: localhost
gather_facts: no
vars_files:
- versions.yml
- vars/versions.yml
vars:
release_dir: "./ansible_release"
release_date: "{{lookup('pipe', 'date +\"%m-%d-%Y\"')}}"