-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ansible: create icons directory #2121
Ansible: create icons directory #2121
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you check if
- name: Copy icons
ansible.builtin.copy:
src: "usr/local/share/icons/{{ item }}"
dest: /usr/local/share/icons/
mode: '0444'
loop:
- gitea.png
- hedgedoc.png
worked?
Either is way fine I think.
If you mean whether that alone worked with no further changes, that was failing on my VM until I manually created |
This seems to work
I'll update the YAML and try again. |
@JimMadge : I've simplified a few |
@craddm : I think the trailing |
f37a7cb
into
alan-turing-institute:release-v5.0.0
✅ Checklist
Enable foobar integration
rather than515 foobar
).develop
.🚦 Depends on
n/a
IMPORTANT: I am confident that merging this will not affect the findings of the ongoing penetration test
Create missing
/usr/local/share/icons
directory in Ansible🌂 Related issues
n/a
🔬 Tests
Tested on running SRE