Skip to content

Commit

Permalink
Alphabetize Ansible YAML attributes
Browse files Browse the repository at this point in the history
Co-authored-by: Nicholas McDonnell <[email protected]>
  • Loading branch information
jsf9k and mcdonnnj committed Jul 10, 2023
1 parent 183b682 commit d016299
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
# next line.
- name: Wait for systemd to complete initialization # noqa command-instead-of-module
ansible.builtin.command: systemctl is-system-running
changed_when: false
delay: 5
register: systemctl_status
until: "'running' in systemctl_status.stdout"
retries: 30
delay: 5
until: "'running' in systemctl_status.stdout"
when: ansible_service_mgr == "systemd"
changed_when: false

- name: Import upgrade playbook
ansible.builtin.import_playbook: upgrade.yml
Expand Down

0 comments on commit d016299

Please sign in to comment.