mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
Revert "Move requirements into tests. (#35197)"
This reverts commit 4f6017dc16
.
This commit is contained in:
parent
eae23d2dbd
commit
69132007c0
13 changed files with 26 additions and 54 deletions
|
@ -16,11 +16,6 @@
|
|||
# You should have received a copy of the GNU General Public License
|
||||
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
- name: install rsync
|
||||
package:
|
||||
name: rsync
|
||||
when: ansible_distribution != "MacOSX"
|
||||
|
||||
- name: cleanup old files
|
||||
shell: rm -rf {{output_dir}}/*
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue