Move requirements into tests. (#35885)

This commit is contained in:
Matt Clay 2018-02-10 10:48:44 -08:00 committed by GitHub
commit e7b793c8c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 58 additions and 26 deletions

View file

@ -16,6 +16,11 @@
# 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}}/*