Skip to content

Commit

Permalink
Update truthy
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma committed Mar 24, 2024
1 parent ffd486f commit dc29e00
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
galaxy_info:
author: buluma
role_name: docker_compose
description: Install docker_compose on your system.
description: Install docker_compose.
license: Apache-2.0
company: ShadowNet
min_ansible_version: "2.12"
Expand All @@ -11,6 +11,9 @@ galaxy_info:
- name: Alpine
versions:
- all
- name: Amazon
versions:
- Candidate
- name: EL
versions:
- "8"
Expand Down
4 changes: 2 additions & 2 deletions tasks/assert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
- docker_compose_version is defined
- docker_compose_version is string
- docker_compose_version is not none
quiet: yes
quiet: true

- name: assert | Test docker_compose_url
ansible.builtin.assert:
that:
- docker_compose_url is defined
- docker_compose_url is string
- docker_compose_url is not none
quiet: yes
quiet: true
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- name: Import assert.yml
ansible.builtin.import_tasks:
file: assert.yml
run_once: yes
run_once: true
delegate_to: localhost

- name: Install docker-compose package
Expand Down

0 comments on commit dc29e00

Please sign in to comment.