ansible-sshd/tests
Noriko Hosoi 6887864d2c Fix issues found by linters - enable all tests on all repos - remove suppressions
Cleaning up yamllint errors.
  - Use .yamllint.yml and .yamllint_defaults.yml instead of
    .yamllint.yaml.
  - Fix the invalid indentations.

Cleaning up ansible-lint errors.
  - Add "name" to every task.
  - Use command rather than shell
  - Add "changed_when: false".
  - Use '|' instead of '>' for the shell module.
  - Fix '/bin/sh: line 3: CRYPTO_POLICY: unbound variable'.
  - Add "set -eu" and "set -o pipefail" if pipefail is available.
    Note: "pipefail" is not available in "sh" and "dash".
  - Add "- '306'  # Shells that use pipes should set the pipefail option"
    to .ansible-lint since ansible-lint does not recognize it if it's set
    in "if set -o | grep pipefail".

RHELPLAN-73804
2021-04-09 10:27:42 -07:00
..
roles Add a symlink to make tests working in CI without modification to ansible.cfg 2020-11-06 11:35:10 +01:00
tasks Fix issues found by linters - enable all tests on all repos - remove suppressions 2021-04-09 10:27:42 -07:00
inventory Add tests 2015-01-12 21:01:08 +00:00
tests_alternative_file.yml Fix issues found by linters - enable all tests on all repos - remove suppressions 2021-04-09 10:27:42 -07:00
tests_backup.yml Fix issues found by linters - enable all tests on all repos - remove suppressions 2021-04-09 10:27:42 -07:00
tests_default.yml Fix issues found by linters - enable all tests on all repos - remove suppressions 2021-04-09 10:27:42 -07:00
tests_default_include.yml Fix issues found by linters - enable all tests on all repos - remove suppressions 2021-04-09 10:27:42 -07:00
tests_hostkeys.yml Fix issues found by linters - enable all tests on all repos - remove suppressions 2021-04-09 10:27:42 -07:00
tests_hostkeys_missing.yml Fix issues found by linters - enable all tests on all repos - remove suppressions 2021-04-09 10:27:42 -07:00
tests_match.yml Fix issues found by linters - enable all tests on all repos - remove suppressions 2021-04-09 10:27:42 -07:00
tests_match_iterate.yml Fix issues found by linters - enable all tests on all repos - remove suppressions 2021-04-09 10:27:42 -07:00
tests_os_defaults.yml Fix issues found by linters - enable all tests on all repos - remove suppressions 2021-04-09 10:27:42 -07:00
tests_precedence.yml Fix issues found by linters - enable all tests on all repos - remove suppressions 2021-04-09 10:27:42 -07:00
tests_set_common.yml Fix issues found by linters - enable all tests on all repos - remove suppressions 2021-04-09 10:27:42 -07:00
tests_set_uncommon.yml Fix issues found by linters - enable all tests on all repos - remove suppressions 2021-04-09 10:27:42 -07:00
tests_sshd_enable.yml Fix issues found by linters - enable all tests on all repos - remove suppressions 2021-04-09 10:27:42 -07:00
tests_sysconfig.yml Fix issues found by linters - enable all tests on all repos - remove suppressions 2021-04-09 10:27:42 -07:00