diff options
author | Matt Martz <matt@sivel.net> | 2020-08-07 14:28:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-07 14:28:10 -0500 |
commit | 7c60dadb9a3832dee0014113a337bc10fa1088c0 (patch) | |
tree | b60f7cc1c219cf3eb13c0229ade2b05e7f934439 /test/integration/targets/cron | |
parent | 56748a80609c5d402a8cf72c0a4396f87282957f (diff) | |
download | ansible-7c60dadb9a3832dee0014113a337bc10fa1088c0.tar.gz |
Updates to Integration tests to pass against Alpine (#70946)
* Start of alpine testing
* More updates
* Add forgotten file
* remove debug
* Add alpine3
* equal
* group 4
* group 4
* group 5
* Try to decrease test length
* libuser only available in testing
* Remove debug
* Make loops target work on hosts without gnu date
* Enable alpine testing
* ci_complete
* Don't specify uid for creating test user
* ci_complete
* Re-sort docker completion
* use newer container image
* ci_complete
* fix indentation
Co-authored-by: Matt Clay <matt@mystile.com>
Co-authored-by: Matt Clay <matt@mystile.com>
Diffstat (limited to 'test/integration/targets/cron')
-rw-r--r-- | test/integration/targets/cron/tasks/main.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/integration/targets/cron/tasks/main.yml b/test/integration/targets/cron/tasks/main.yml index 950d52dc4f..38898dc496 100644 --- a/test/integration/targets/cron/tasks/main.yml +++ b/test/integration/targets/cron/tasks/main.yml @@ -100,7 +100,9 @@ - assert: that: remove_cron_file is not changed +# BusyBox does not have /etc/cron.d - name: Removing a cron file when the name is specified is allowed (#57471) + when: ansible_distribution != 'Alpine' block: - name: Cron file creation cron: @@ -124,6 +126,7 @@ that: not cron_file_stats.stat.exists - name: Allow non-ascii chars in job (#69492) + when: ansible_distribution != 'Alpine' block: - name: Cron file creation cron: @@ -155,6 +158,7 @@ that: not cron_file_stats.stat.exists - name: Allow non-ascii chars in cron_file (#69492) + when: ansible_distribution != 'Alpine' block: - name: Cron file creation with non-ascii filename (これは日本語です; This is Japanese) cron: |