Move filter_plugin folder;Improve feedback;Add missing attributes
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2022-09-07 09:46:36 +02:00
parent 8181ae4017
commit 0bddae0440
3 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,8 @@
_template:
name: "{{ item.name }}"
namespace: "{{ item.namespace }}"
annotations: "{{ item.annotations | default('{}') | indent(width=4, first=True) }}"
labels: "{{ item.labels | default('{}') | indent(width=4, first=True) }}"
data: "{{ item.data }}"
loop:
- name: hypervisor-credentials

View File

@ -24,6 +24,8 @@
- regex: '^PasswordAuthentication yes'
line: 'PasswordAuthentication yes'
state: absent
loop_control:
label: "{{ '[' + item.regex + '] ' + item.state }}"
- name: Create dedicated SSH keypair
community.crypto.openssh_keypair: