Compare commits

...

2 Commits

Author SHA1 Message Date
152e7e3815 Merge pull request 'v1.0.23' (#9) from testing into main
Reviewed-on: #9
2024-02-29 18:04:27 -05:00
a927a26546 Re-work node_status
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-29 18:03:25 -05:00
3 changed files with 2 additions and 3 deletions

View File

@ -8,7 +8,7 @@ namespace: jchristianh
name: baseos
# The version of the collection. Must be compatible with semantic versioning
version: 1.0.22
version: 1.0.23
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md

View File

@ -4,4 +4,3 @@ node_status_user : chris
node_status_group : chris
node_status_dir : /home/chris/node_status
node_status_file : status.csv
node_status_count : 3

View File

@ -29,4 +29,4 @@
owner : "{{ node_status_user }}"
group : "{{ node_status_group }}"
delegate_to : "{{ node_status_host }}"
loop: "{{ range(0, node_status_count) | list }}"
throttle : 1