Skip to content

Commit 14df63c

Browse files
committed
orahost: ansible-lint
1 parent f264d68 commit 14df63c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

roles/orahost/handlers/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
- name: restart server
88
ansible.builtin.command: reboot
9+
# noqa no-changed-when
910

1011
- name: swapon
1112
ansible.builtin.command: swapon -a
13+
# noqa no-changed-when

roles/orahost/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190

191191
- name: ssh-keys | Generate SSH keys
192192
local_action: shell rm -f /tmp/id_rsa*; ssh-keygen -q -N "" -f /tmp/id_rsa ; chmod +r /tmp/id_rsa; cat /tmp/id_rsa.pub > /tmp/authorized_keys # noqa yaml deprecated-command-syntax deprecated-local-action ignore-errors
193-
# noqa fqcn[action-core] no-changed-when
193+
# noqa fqcn[action-core] no-changed-when
194194
ignore_errors: true
195195
run_once: "{{ configure_cluster }}"
196196
when: configure_ssh and configure_cluster and old_ssh_config

0 commit comments

Comments
 (0)