Skip to content

Commit

Permalink
Merge pull request #349 from dellhpc/bugfix
Browse files Browse the repository at this point in the history
Push `bugfix` updates into `release`
  • Loading branch information
lwilson authored May 28, 2021
2 parents 592a69d + 203d369 commit 4afadd1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
11 changes: 5 additions & 6 deletions appliance/roles/provision/files/kickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,13 @@
- tftp
- httpd

- name: Cobbler get-loaders
command: cobbler get-loaders
- name: Remove loaders if it exists
command: rm -rfd /var/lib/cobbler/loaders
changed_when: false

- name: Get fence agents
package:
name: fence-agents
state: present
- name: Untar loaders
command: tar -xf /root/omnia/appliance/roles/provision/files/loaders.tar -C /var/lib/cobbler
changed_when: false

- name: Replace in /etc/debian
replace:
Expand Down
Binary file added appliance/roles/provision/files/loaders.tar
Binary file not shown.
4 changes: 2 additions & 2 deletions appliance/roles/web_ui/tasks/ui_accessibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
return_content: yes
register: register_error
until: awx_ui_msg in register_error.content
retries: 30
delay: 10
retries: 240
delay: 15
changed_when: no
no_log: True
rescue:
Expand Down

0 comments on commit 4afadd1

Please sign in to comment.