mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-27 07:05:41 +03:00
STAM
61938a770d
bump versions updated `LazyGIT` to `0.40.2` converterd some envs to args sources.list fix + nextcloud updates python fix java fixes python fix java fixes bitbucket full images
21 lines
651 B
YAML
21 lines
651 B
YAML
- name: Clear log file before write new stdout to it at this session
|
|
hosts: localhost
|
|
connection: local
|
|
tasks:
|
|
- name: echo -n > output.log
|
|
shell: echo -n > output.log
|
|
|
|
- name: Lets Go!
|
|
hosts: localhost
|
|
connection: local
|
|
tasks:
|
|
- name: Create directory for ansible custom facts
|
|
debug:
|
|
msg: "[ Python: {{ ansible_facts['python_version'] }}, OS: {{ ansible_facts['distribution'] }} {{ ansible_facts['distribution_version'] }} ({{ansible_architecture }}), Ansible: {{ ansible_version.full }}]"
|
|
|
|
- name: Generate Jira images
|
|
hosts: localhost
|
|
connection: local
|
|
gather_facts: false
|
|
roles:
|
|
- atlassian.jira |