Commit graph

25 commits

Author SHA1 Message Date
Hideki Saito
cc5b970040 TEST 2022-03-12 22:51:05 +09:00
Hideki Saito
f173b139ad TEST 2022-03-12 22:30:32 +09:00
Hideki Saito
f7a820ad7a TEST 2022-03-12 22:27:10 +09:00
Hideki Saito
6ab8fdd09c TEST 2022-03-12 22:20:53 +09:00
Hideki Saito
d4b029910d TEST 2022-03-12 22:15:48 +09:00
Hideki Saito
abaa709d99 TEST 2022-03-12 22:04:43 +09:00
Hideki Saito
4719370d33 TEST 2022-03-12 21:59:41 +09:00
Hideki Saito
fdd8ae0ed3 TEST 2022-03-12 21:54:38 +09:00
Hideki Saito
d9137b4248 TEST 2022-03-12 21:38:13 +09:00
Hideki Saito
fb42b9e7b9 Change src dest dir to a fixed value
Signed-off-by: Hideki Saito <saito@fgrep.org>
2022-03-12 21:31:44 +09:00
Hideki Saito
42f5d30ab0 Add delegate_to to each task
Signed-off-by: Hideki Saito <saito@fgrep.org>
2022-03-12 21:24:43 +09:00
Hideki Saito
d1814d1d4a Add delegate_to each task
Signed-off-by: Hideki Saito <saito@fgrep.org>
2022-03-12 21:22:49 +09:00
Hideki Saito
6421b000f7 Add delegate_to to "synchronize file to new filename" task
Signed-off-by: Hideki Saito <saito@fgrep.org>
2022-03-12 21:13:11 +09:00
Hideki Saito
705dfd8488 Enable "synchronize file to new filename" task
Signed-off-by: Hideki Saito <saito@fgrep.org>
2022-03-12 21:05:41 +09:00
Hideki Saito
a8e8737436 Check output_dir path
Signed-off-by: Hideki Saito <saito@fgrep.org>
2022-03-12 20:57:08 +09:00
Hideki Saito
fc58c51fba Check OS distribution before synchronize instegration test task
Signed-off-by: Hideki Saito <saito@fgrep.org>
2022-03-12 20:44:28 +09:00
Hideki Saito
d0b949e5f8 Add changelog fragment file 2022-03-12 20:33:10 +09:00
Hideki Saito
71128f978b Exclude failed tasks
Signed-off-by: Hideki Saito <saito@fgrep.org>
2022-03-12 20:09:25 +09:00
Hideki Saito
76bd789291 Exclude "synchronize file to new filename" task and assertion
Signed-off-by: Hideki Saito <saito@fgrep.org>
2022-03-12 19:50:52 +09:00
Hideki Saito
c879a70bed Exclude " synchronize file to new filename" task for testing
Signed-off-by: Hideki Saito <saito@fgrep.org>
2022-03-12 19:20:52 +09:00
Mike Wallis
d1be5519e6 Whitespaces in paths or current working directory path of playbook causes rsync to incorrectly chdir to current source dir,
Example :

cd "/home/a/ansible plays"

task:
  - synchronize:
      src: a
      dest: b

Results in the following error being thrown

fatal: [remote-host]: FAILED! => {"changed": false, "cmd": "/usr/bin/rsync --delay-updates -F --compress --archive --rsh='/usr/bin/ssh -S none -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null' --rsync-path='sudo -u root rsync' --out-format='<<CHANGED>>%i %n%L' /home/a/ansible plays/deployments// remote-user@remote-host:/data/", "msg": "rsync: [sender] link_stat \"/home/a/ansible\" failed: No such file or directory (2)\nrsync: [sender] change_dir \"/home/a/ansible plays/plays/a/\" failed: No such file or directory (2)\nrsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1330) [sender=3.2.3]\n", "rc": 23}
2021-10-25 19:44:43 +01:00
Hideki Saito
8f58cbb41c Fix integration test error on ansible devel branch
- Remove centos6 platforms for integration tests on
  the ansible devel branch from the azure-pipelines.
- Add delegate_to to each task of integration test for
  synchronized module on devel branch
- Modify invalid parameter test to use key instead of name
  for sysctl module
- Replace lookup plugin to slurp module in integration tests
  for selinux module
- Add creating working directory task in integration tests
  for acl module

Signed-off-by: Hideki Saito <saito@fgrep.org>
2021-10-04 17:10:20 +09:00
Adam Miller
2d5fb42acd
Revert "Enable at, patch and synchronize tests (#5)" (#35)
This reverts commit 27482c25f9.
2020-06-04 15:54:14 -05:00
Matt Martz
27482c25f9
Enable at, patch and synchronize tests (#5)
* Enable at, patch and synchronize tests

* Remove commented out tasks

* Skip currently unsupported platforms

* Skip AIX on at
2020-03-20 12:37:05 +00:00
Ansible Core Team
6f928621f0 Initial commit 2020-03-09 13:15:28 +00:00