tests should now work using ansible
Some checks failed
test / Linting (push) Successful in 6s
test / Molecule tests (default, debian11) (push) Successful in 52s
test / Molecule tests (default, ubuntu2004) (push) Successful in 32s
test / Molecule tests (with_acl_enabled, debian11) (push) Failing after 2s
test / Molecule tests (default, debian12) (push) Successful in 58s
test / Molecule tests (with_acl_enabled, debian12) (push) Failing after 3s
test / Molecule tests (with_acl_enabled, ubuntu2004) (push) Failing after 3s
test / Molecule tests (with_acl_enabled, ubuntu2204) (push) Failing after 2s
test / Molecule tests (default, ubuntu2204) (push) Successful in 52s

This commit is contained in:
Bertrand Lanson 2023-07-15 00:22:07 +02:00
parent 0b2ab74817
commit 5ee65abd9e

View File

@ -84,4 +84,4 @@
- stat_opt_ansible_ssh_authorized_keys.stat.pw_name == 'ansible'
- stat_opt_ansible_ssh_authorized_keys.stat.gr_name == 'ansible'
- stat_opt_ansible_ssh_authorized_keys.stat.mode == '0600'
- "'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIClfmTk73wNNL2jwvhRUmUuy80JRrz3P7cEgXUqlc5O9 ansible@instance' in (slurp_opt_ansible_ssh_authorized_keys.content|b64decode)"
- "'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIClfmTk73wNNL2jwvhRUmUuy80JRrz3P7cEgXUqlc5O9 ansible@instance' in (slurp_opt_ansible_ssh_authorized_keys.content|b64decode)"