Skip to content
This repository has been archived by the owner on Aug 17, 2024. It is now read-only.

Commit

Permalink
Ansible 2.8: set quiet flag for assertions.
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ste committed Jun 3, 2019
1 parent 33f2dc2 commit 1201cb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Deploy [xmrig](//github.com/xmrig/xmrig) - High Perf CryptoNote Miner

## Requirements

* Ansible 2.5+;
* Ansible 2.8+;
* xmrig 2.4.5+
* Linux systemd distro (ArchLinux 100% supported);

Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ galaxy_info:
description: "Deploy xmrig - High Perf CryptoNote Miner."
company: "YASB"
license: "GPL"
min_ansible_version: "2.5"
min_ansible_version: "2.8"
platforms:
- name: Archlinux
versions:
Expand Down
1 change: 1 addition & 0 deletions tasks/pre_requisite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- "item.name != ''"
- "item.type in ['cpu', 'amd']"
msg: "Some instance have not defined 'name' or 'type' fields."
quiet: "true"
loop: "{{ vars['xmrig_instances'] | flatten(levels=1) }}"
loop_control:
label: "{{
Expand Down

0 comments on commit 1201cb4

Please sign in to comment.