chore 📦: Update setupacdc.yml to remove unused debug tasks
Removed two unused debug tasks from the setupacdc.yml file, as they were not being used in the current workflow. This cleanup will improve the overall efficiency of the Ansible playbook.
This commit is contained in:
@@ -31,9 +31,6 @@
|
|||||||
- test
|
- test
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Say hello
|
|
||||||
ansible.builtin.debug:
|
|
||||||
msg: "Hello {{addc_admin_password}}"
|
|
||||||
|
|
||||||
- name: Combine SSH public keys into one file
|
- name: Combine SSH public keys into one file
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
@@ -121,10 +118,6 @@
|
|||||||
# state: present
|
# state: present
|
||||||
# loop: "{{ ssh_public_keys }}"
|
# loop: "{{ ssh_public_keys }}"
|
||||||
|
|
||||||
- name: Say hello
|
|
||||||
ansible.builtin.debug:
|
|
||||||
msg: "Hello {{addc_admin_password}}"
|
|
||||||
|
|
||||||
- name: Install useful packages
|
- name: Install useful packages
|
||||||
ansible.builtin.package:
|
ansible.builtin.package:
|
||||||
name:
|
name:
|
||||||
|
|||||||
Reference in New Issue
Block a user