Skip to content

Commit 12e7532

Browse files
authored
Merge pull request #62 from cisagov/improvement/create_more_directories
Create additional directories needed by `cisagov/cyhy-runner`
2 parents 85050e7 + 8703cfc commit 12e7532

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

molecule/default/tests/test_default.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ def test_pip_packages(host, pkg):
4343
"directory",
4444
[
4545
{"mode": "0o755", "path": "/var/cyhy/runner"},
46+
{"mode": "0o755", "path": "/var/cyhy/runner/done"},
47+
{"mode": "0o755", "path": "/var/cyhy/runner/running"},
4648
{"mode": "0o755", "path": "/var/log/cyhy"},
4749
],
4850
)

tasks/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
state: directory
3737
loop:
3838
- /var/cyhy/runner
39+
- /var/cyhy/runner/done
40+
- /var/cyhy/runner/running
3941
- /var/log/cyhy
4042

4143
# Copy the systemd unit file

0 commit comments

Comments
 (0)