Sébastien Han
7eaf444328
default: look for the right return code on socket stat in-use
...
As reported in https://github.com/ceph/ceph-ansible/issues/2254 , the
check with fuser is not ideal. If fuser is not available the return code
is 127. Here we want to make sure that we looking for the correct return
code, so 1.
Closes: https://github.com/ceph/ceph-ansible/issues/2254
Signed-off-by: Sébastien Han <seb@redhat.com>
2017-12-14 16:59:14 +01:00
Major Hayden
f73232caa4
Use check_mode instead of always_run
...
This patch changes the `always_run: yes` task option to
`check_mode: no` to avoid Ansible warnings.
2017-10-25 09:53:34 -05:00
Major Hayden
c2b5118c1b
Revert "Avoid deprecated always_run"
...
This reverts commit 620fb37dd4
.
2017-10-25 09:48:09 -05:00
Major Hayden
620fb37dd4
Avoid deprecated always_run
...
The `always_run` key is deprecated and being removed in Ansible 2.4.
Using it causes a warning to be displayed:
[DEPRECATION WARNING]: always_run is deprecated.
This patch changes all instances of `always_run` to use the `always`
tag, which causes the task to run each time the playbook runs.
2017-10-12 08:29:44 -05:00
Sébastien Han
5968cf09b1
ci: add collocation scenario
...
Signed-off-by: Sébastien Han <seb@redhat.com>
2017-10-04 11:19:12 +02:00