Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tanganellilore committed Jun 4, 2024
1 parent 0b758ae commit 59c0dad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
requires_ansible: ">=2.14.0"
requires_ansible: ">=2.15.0"
2 changes: 1 addition & 1 deletion roles/setup/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
- name: Start Receptor service
ansible.builtin.systemd:
name: "{{ receptor_service_name }}"
state: 'started'
state: 'started'
daemon_reload: true
enabled: true
register: _started
2 changes: 1 addition & 1 deletion roles/setup/tasks/preflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
- name: Check local binary file is set
ansible.builtin.assert:
that: receptor_local_bin_file | length
when: receptor_install_method in ['local', 'update-local']
when: receptor_install_method in ['local', 'update-local']

0 comments on commit 59c0dad

Please sign in to comment.