mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
Tasks: Explicitly specify file mode
Ansible with molecule warns because the default mode changed. The new default mode seems to be wrong so specify the correct one.
This commit is contained in:
parent
3188594249
commit
cfa84c44c4
1 changed files with 1 additions and 0 deletions
|
|
@ -72,6 +72,7 @@
|
|||
copy:
|
||||
dest: /etc/sysconfig/network
|
||||
content: "# Created by network system role"
|
||||
mode: "0644"
|
||||
force: false
|
||||
when:
|
||||
- network_provider == "initscripts"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue