Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sspans-sbp authored Jun 27, 2023
1 parent 26cac01 commit b2a6046
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,38 +17,54 @@

- include: prelim.yml
become: yes
environment:
ZYPP_LOCK_TIMEOUT: 180
tags:
- prelim_tasks
- always

- include: section1.yml
become: yes
environment:
ZYPP_LOCK_TIMEOUT: 180
when: sles12cis_section1
tags:
- sles12cis_section1

- include: section2.yml
become: yes
environment:
ZYPP_LOCK_TIMEOUT: 180
when: sles12cis_section2

- include: section3.yml
become: yes
environment:
ZYPP_LOCK_TIMEOUT: 180
when: sles12cis_section3

- include: section4.yml
become: yes
environment:
ZYPP_LOCK_TIMEOUT: 180
when: sles12cis_section4

- include: section5.yml
become: yes
environment:
ZYPP_LOCK_TIMEOUT: 180
when: sles12cis_section5

- include: section6.yml
become: yes
environment:
ZYPP_LOCK_TIMEOUT: 180
when: sles12cis_section6

- include: post.yml
become: yes
environment:
ZYPP_LOCK_TIMEOUT: 180
tags:
- post_tasks
- always

0 comments on commit b2a6046

Please sign in to comment.