mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-30 08:31:28 -07:00
supervisorctl tests: shorten path to .sock file to make OSX happy. (#77)
This commit is contained in:
parent
e92f288d5b
commit
74d83d8e94
4 changed files with 15 additions and 7 deletions
|
@ -1,4 +1,9 @@
|
|||
- block:
|
||||
- tempfile:
|
||||
state: directory
|
||||
suffix: supervisorctl-tests
|
||||
register: supervisord_sock_path
|
||||
|
||||
- command: 'echo {{ output_dir }}'
|
||||
register: echo
|
||||
- set_fact:
|
||||
|
@ -36,3 +41,7 @@
|
|||
- 'uninstall_{{ ansible_distribution }}.yml' # CentOS
|
||||
- 'uninstall_{{ ansible_os_family }}.yml' # RedHat
|
||||
- 'uninstall_{{ ansible_system }}.yml' # Linux
|
||||
|
||||
- file:
|
||||
path: '{{ supervisord_sock_path.path }}'
|
||||
state: absent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue