style 💎: Update container tags in setupacdc.yml
Updated the container tags to exclude 'test' and added a comment explaining the change, allowing for future flexibility in managing container tags.
This commit is contained in:
@@ -26,7 +26,10 @@
|
||||
container_onboot: 1
|
||||
container_protection: 0
|
||||
container_unprivileged: 1
|
||||
container_tags: "ansible_managed,test"
|
||||
# container_tags: "ansible_managed,test"
|
||||
container_tags:
|
||||
- ansible_managed
|
||||
- test
|
||||
|
||||
|
||||
tasks:
|
||||
@@ -66,7 +69,7 @@
|
||||
-onboot {{ container_onboot }} \
|
||||
-protection {{ container_protection }} \
|
||||
-unprivileged {{ container_unprivileged }} \
|
||||
-tags {{ container_tags }} \
|
||||
-tags "{{ container_tags }}" \
|
||||
-features {{ container_features }}
|
||||
args:
|
||||
creates: "/etc/pve/lxc/{{ container_id }}.conf"
|
||||
|
||||
Reference in New Issue
Block a user