Skip to content

Commit

Permalink
Ansible version 2.14 is no more supported now (#554)
Browse files Browse the repository at this point in the history
Signed-off-by: Nitish K Mishra <[email protected]>
  • Loading branch information
nitismis authored Jul 15, 2024
1 parent 5ca4eec commit 6cd9957
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
requires_ansible: '>=2.14.0'
requires_ansible: '>=2.15.0'
1 change: 1 addition & 0 deletions playbooks/demo_lku.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
hosts: "{{host_name}}"
gather_facts: false
vars:
host_name: all
PVC_name: powervchostname
PVC_password: passw0rd123
PVC_user: powervcuser
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/hdcrypt_pks.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
- name: Clean invalid PKS key
ibm.power_aix.hdcrypt_pks:
action: clean
pks_label: {{ key_label }}
pks_label: 00fb293100004c000000018deea122dc.3
'''

RETURN = r'''
Expand Down

0 comments on commit 6cd9957

Please sign in to comment.