Hideki Saito
Hideki Saito
H!i thank you for the reporting this issue. For the absolute time setting, if the managed nodes are in different timezones, it may be useful to be able to specify...
@kimu thank you for reporting this issue. If it is possible, can you test what happens if you pass the value of ansible_host as extra_vars like below? - command_line ```shell...
@kimu ahh, thank you for the clarification :) yeah like you pointed out, `ansible_host`, `ansible_port`, and `ansible_user`(not ansible_ssh_user) parameters are special handling in synchronize plugin.
Closing and re-opening for CI trigger.
Closing and re-opening for CI trigger.
Hi @quidame, thank you for your help :) I have removed three lines from tests/sanity/ignore-2.1[012].txt . After that, sanity tests still failed like below [1]: [1] https://dashboard.zuul.ansible.com/t/ansible/build/f2f338fd5aae40959725cb8dce866bce Sorry if I...
Closing and re-opening for CI trigger.Closing and re-opening for CI trigger.
@quidame coool! thank you for your advice! :) I have added options and remove `mode`. Now sanity test succeeded without errors!
@quidame I really appreciate your valuable advice! I have removed the following `when` section from the testing block(name: Test to set file system permissions): ```YAML when: - ansible_facts.virtualization_type != 'docker'...
Hi @quidame I have rebased this PR. I would appreciate it if you could review and please let me know if more work is needed to address this :)