Commit d56563d
committed
refactor: use module.run_command instead of subprocess
Ansible modules should use module.run_command instead of subprocess.
This is flagged by the latest ansible-test
Signed-off-by: Rich Megginson <rmeggins@redhat.com>1 parent 2044cbf commit d56563d
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | 70 | | |
72 | 71 | | |
73 | 72 | | |
| |||
2684 | 2683 | | |
2685 | 2684 | | |
2686 | 2685 | | |
2687 | | - | |
| 2686 | + | |
| 2687 | + | |
2688 | 2688 | | |
2689 | 2689 | | |
2690 | 2690 | | |
| |||
2696 | 2696 | | |
2697 | 2697 | | |
2698 | 2698 | | |
2699 | | - | |
| 2699 | + | |
| 2700 | + | |
2700 | 2701 | | |
2701 | 2702 | | |
2702 | 2703 | | |
| |||
0 commit comments