diff --git a/slococo/playground/molecule/default/converge.yml b/slococo/playground/molecule/default/converge.yml index 2a72e33..a56ccba 100644 --- a/slococo/playground/molecule/default/converge.yml +++ b/slococo/playground/molecule/default/converge.yml @@ -1,21 +1,3 @@ --- - name: Include a playbook from a collection ansible.builtin.import_playbook: slococo.playground.main - -# - name: Converge -# hosts: all -# become: true - -# roles: -# - role: slococo.playground.ssh_config -# - role: slococo.playground.local_accounts -# vars: -# local_accounts_list: -# - name: local_adm -# shell: /bin/bash -# userid: 38000087 -# - name: local_log -# shell: /bin/sh -# userid: 38000088 -# expiry_date: '2024-12-31' -# passwordless: true