diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-03-04 15:42:51 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-03-04 15:42:51 +0100 |
| commit | da5a03224de336a0289ee380be5b4274868d7e33 (patch) | |
| tree | 764faed5438eeaf693edaae0133df069d0adf19d /roles | |
| parent | 18fae2f9a5dd4a877b557818552844ea00ec30d2 (diff) | |
Fix playbook name
Diffstat (limited to 'roles')
| -rw-r--r-- | roles/configure/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/configure/tasks/main.yml b/roles/configure/tasks/main.yml index 16c6d38..c23e075 100644 --- a/roles/configure/tasks/main.yml +++ b/roles/configure/tasks/main.yml @@ -58,7 +58,7 @@ - name: "Run configure playbook using chroot connection" ansible.builtin.command: cmd: | - ansible-playbook bootstrap.yml + ansible-playbook site.yml --limit "{{ hostname }}" --extra-vars '{"hostname":"{{ hostname }}"}' --extra-vars "@/opt/ansible-distro-configure/host_vars/{{ hostname }}.yml" |
