mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 03:53:59 -07:00
Add consul_policy module from dormant PR (#6715)
Squash commits to make rebasing easier Co-authored-by: Valerio Poggi <vrpoggigmail.com>
This commit is contained in:
parent
43dee97e43
commit
33af903b24
3 changed files with 442 additions and 1 deletions
|
@ -90,7 +90,8 @@
|
|||
- 2
|
||||
- 3
|
||||
- import_tasks: consul_session.yml
|
||||
- import_tasks: consul_policy.yml
|
||||
always:
|
||||
- name: Kill consul process
|
||||
shell: kill $(cat {{ remote_tmp_dir }}/consul.pid)
|
||||
ignore_errors: true
|
||||
ignore_errors: true
|
Loading…
Add table
Add a link
Reference in a new issue