mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-22 11:00:19 +01:00
6887864d2c
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 |
||
---|---|---|
.. | ||
roles | ||
tasks | ||
inventory | ||
tests_alternative_file.yml | ||
tests_backup.yml | ||
tests_default.yml | ||
tests_default_include.yml | ||
tests_hostkeys.yml | ||
tests_hostkeys_missing.yml | ||
tests_match.yml | ||
tests_match_iterate.yml | ||
tests_os_defaults.yml | ||
tests_precedence.yml | ||
tests_set_common.yml | ||
tests_set_uncommon.yml | ||
tests_sshd_enable.yml | ||
tests_sysconfig.yml |